[issue16602] weakref can return an object with 0 refcount

Roundup Robot report at bugs.python.org
Sat Dec 8 21:23:57 CET 2012


Roundup Robot added the comment:

New changeset 7e771f0363e2 by Antoine Pitrou in branch '2.7':
Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero.
http://hg.python.org/cpython/rev/7e771f0363e2

----------

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


More information about the Python-bugs-list mailing list