From: Antoine Pitrou Date: Sat, 8 Dec 2012 20:17:03 +0000 (+0100) Subject: Issue #16602: When a weakref's target was part of a long deallocation chain, the... X-Git-Tag: v3.3.1rc1~553 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f93ed3fa67260fa0023a1360a37ab7e320550455;p=thirdparty%2FPython%2Fcpython.git 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. --- f93ed3fa67260fa0023a1360a37ab7e320550455