]> 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:17:03 +0000 (21:17 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 8 Dec 2012 20:17:03 +0000 (21:17 +0100)
commitf93ed3fa67260fa0023a1360a37ab7e320550455
treec99dddd7b3460544a57415d8f53ecbd097b975ec
parenta7129d38edb1a9db17fbd8b40d9eaf135a857f8e
parent62a0d6ea402d18f528629c6e84ed6f46e7c0912a
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.
Misc/NEWS
Objects/weakrefobject.c