commit | b704eab5993649f634e8367feb314dfacc95c6e3 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Nov 11 19:36:51 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Nov 11 19:36:51 2012 +0100 |
tree | b56925eac86d40fd6a6c27b526ff3c8d0c79f3dd | |
parent | 027d6fcebd165ff9589b20f6a23acc8c054be6d0 [diff] [blame] |
Issue #16453: Fix equality testing of dead weakref objects. Also add tests for hashing.
diff --git a/Misc/NEWS b/Misc/NEWS index d5a048e..6f1d66e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,8 @@ Core and Builtins ----------------- +- Issue #16453: Fix equality testing of dead weakref objects. + - Issue #9535: Fix pending signals that have been received but not yet handled by Python to not persist after os.fork() in the child process.