]> granicus.if.org Git - python/commit
Issue #16453: Fix equality testing of dead weakref objects.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 11 Nov 2012 18:39:35 +0000 (19:39 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 11 Nov 2012 18:39:35 +0000 (19:39 +0100)
commit898347056ab87592356e0646210acaa186b95fc4
tree64d90cc10a5574bbfa4dab3d70ef8f5bfcd1e48d
parentcba149761a73e7c1aec7fdf6b310957b01d30520
parente11fecb5a97595a91506eeba8fd5a185d35ace9e
Issue #16453: Fix equality testing of dead weakref objects.
Also add tests for ordering and hashing.
Misc/NEWS
Objects/weakrefobject.c