commit | d38c990bb73f47a6293e5f783131b709e7ef0982 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Dec 08 21:15:26 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Dec 08 21:15:26 2012 +0100 |
tree | 5dab3e90b67c7aa1e5b8a8ba3e10338bd7dfe188 | |
parent | bd5279ea247e46d4bf88d1b1b306060e479e227f [diff] [blame] |
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.
diff --git a/Misc/ACKS b/Misc/ACKS index 0a7c8bd..5e4c03a 100644 --- a/Misc/ACKS +++ b/Misc/ACKS
@@ -990,6 +990,7 @@ Frank J. Tobin R Lindsay Todd Bennett Todd +Eugene Toder Matias Torchinsky Sandro Tosi Richard Townsend