[issue3515] refcount gc bug?

Martin v. Löwis report at bugs.python.org
Thu Aug 7 13:32:18 CEST 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

The interpreter holds onto sys.exc_traceback even after the except
block. This refers to the frame, which refers to the file object.

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list