I have the same problem with python 2.6.2.
I have upgraded to 2.7.1 and the leak is gone.
--
http://mail.python.org/mailman/listinfo/python-list
In article ,
Rotem wrote:
>
>I'm debugging a nasty memory leak in a framework written in Python
>(v2.6.2).
>After much digging around I found that the entire object group that is
>leaking is held by a frame object which is subsequently held by a
>traceback object.
>
>Traversing the get_referrers(
Hi,
I'm debugging a nasty memory leak in a framework written in Python
(v2.6.2).
After much digging around I found that the entire object group that is
leaking is held by a frame object which is subsequently held by a
traceback object.
Traversing the get_referrers() of each traceback frame leads