]> 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:37:41 +0000 (19:37 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 11 Nov 2012 18:37:41 +0000 (19:37 +0100)
commitf6a50cfa077ced55d39279dd908289a6f39f9f19
treefa848b04ea37a44efa18cc0d2f901d0c51a2b7dd
parent6ff262e18f7178b22b3cc6300d05a8cb008865d2
parente11fecb5a97595a91506eeba8fd5a185d35ace9e
Issue #16453: Fix equality testing of dead weakref objects.
Also add tests for ordering and hashing.
Misc/NEWS
Objects/weakrefobject.c