Memory leak involving traceback objects

2012-03-08 Thread Ran Harel
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

Re: Memory leak involving traceback objects

2009-07-16 Thread Aahz
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(

Memory leak involving traceback objects

2009-07-16 Thread Rotem
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