]> 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)
commitb704eab5993649f634e8367feb314dfacc95c6e3
treeb56925eac86d40fd6a6c27b526ff3c8d0c79f3dd
parent027d6fcebd165ff9589b20f6a23acc8c054be6d0
Issue #16453: Fix equality testing of dead weakref objects.
Also add tests for hashing.
Lib/test/test_weakref.py
Misc/NEWS
Objects/weakrefobject.c