[issue10150] Local references not released after exception

Alex report at bugs.python.org
Wed Oct 20 06:58:52 CEST 2010


Alex <alex.gaynor at gmail.com> added the comment:

That's because in Python 2.5 at that point in the code sys.exc_info() still points at the traceback (and by extension, the frame) thus x is not deallocated yet.  I don't think this is a bug.

----------
nosy: +alex

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10150>
_______________________________________


More information about the Python-bugs-list mailing list