[issue1871] help fix memory usage or leak - edgewall trac 0.11 blocked ...

Christian Heimes report at bugs.python.org
Sat Jan 19 12:12:29 CET 2008


Christian Heimes added the comment:

You should take the problem to the general Python mailing list. Sorry,
but the bug tracker is the wrong place.

Some hints:

Do you have classes with a __del__ method which may create reference
cycles? The GC can't break cycles when a __del__ method is involved.

Are you keeping references to tracebacks, exception objects (except
Exception, err) or frames (sys._getframe())?

----------
nosy: +tiran
resolution:  -> invalid
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1871>
__________________________________


More information about the Python-bugs-list mailing list