diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-11-11 18:37:41 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-11-11 18:37:41 (GMT) |
commit | f6a50cfa077ced55d39279dd908289a6f39f9f19 (patch) | |
tree | fa848b04ea37a44efa18cc0d2f901d0c51a2b7dd /Misc | |
parent | 6ff262e18f7178b22b3cc6300d05a8cb008865d2 (diff) | |
parent | e11fecb5a97595a91506eeba8fd5a185d35ace9e (diff) | |
download | cpython-f6a50cfa077ced55d39279dd908289a6f39f9f19.zip cpython-f6a50cfa077ced55d39279dd908289a6f39f9f19.tar.gz cpython-f6a50cfa077ced55d39279dd908289a6f39f9f19.tar.bz2 |
Issue #16453: Fix equality testing of dead weakref objects.
Also add tests for ordering and hashing.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 3.3.1? 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. |