]> granicus.if.org Git - python/commit
Issue #16602: When a weakref's target was part of a long deallocation chain, the...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 8 Dec 2012 20:18:50 +0000 (21:18 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 8 Dec 2012 20:18:50 +0000 (21:18 +0100)
commit53f604c79458861553d0ea00db44074b7c4d4333
treef8c5f24af759b24aaf235b6227325b1da622dcbb
parentd9569fa90d9046f9019fe8e89dacc7c4d886e529
parentf93ed3fa67260fa0023a1360a37ab7e320550455
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.

Thanks to Eugene Toder for diagnosing and reporting the issue.
Lib/test/test_weakref.py
Misc/NEWS