]> 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:36:51 +0000 (19:36 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 11 Nov 2012 18:36:51 +0000 (19:36 +0100)
commite11fecb5a97595a91506eeba8fd5a185d35ace9e
tree9506989d45e8ead66f521f64892448289ca05ce0
parent19e568d254bea8202703302d0ada9bc93f99331a
Issue #16453: Fix equality testing of dead weakref objects.
Also add tests for ordering and hashing.
Lib/test/test_weakref.py
Misc/NEWS
Objects/weakrefobject.c