This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients asvetlov, christian.heimes, daniel.urban, eltoder, jcea, pitrou, python-dev
Date 2012-12-08.20:23:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3YJhpN63s2zQS5@mail.python.org>
In-reply-to
Content
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
History
Date User Action Args
2012-12-08 20:23:57python-devsetrecipients: + python-dev, jcea, pitrou, christian.heimes, asvetlov, daniel.urban, eltoder
2012-12-08 20:23:57python-devlinkissue16602 messages
2012-12-08 20:23:57python-devcreate