diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-11-11 18:39:35 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-11-11 18:39:35 (GMT) |
commit | 898347056ab87592356e0646210acaa186b95fc4 (patch) | |
tree | 64d90cc10a5574bbfa4dab3d70ef8f5bfcd1e48d /Misc | |
parent | cba149761a73e7c1aec7fdf6b310957b01d30520 (diff) | |
parent | e11fecb5a97595a91506eeba8fd5a185d35ace9e (diff) | |
download | cpython-898347056ab87592356e0646210acaa186b95fc4.zip cpython-898347056ab87592356e0646210acaa186b95fc4.tar.gz cpython-898347056ab87592356e0646210acaa186b95fc4.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
@@ -10,6 +10,8 @@ What's New in Python 3.4.0 Alpha 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. |