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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue1871> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com