[issue28649] refleak in typing.py

Guido van Rossum report at bugs.python.org
Wed Nov 9 12:13:28 EST 2016


Guido van Rossum added the comment:

Serhiy, why is `gc.collect()` returning 2 after `del A` proof of a leak?
Yes, there's a cycle, but it's being GC'ed -- isn't that fine? Without the
slots the collect() call returns a larger number.

----------

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


More information about the Python-bugs-list mailing list