]> granicus.if.org Git - python/commit
(note: svnmerged from py3k, but the original message was wrong)
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 8 Jan 2010 17:56:16 +0000 (17:56 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 8 Jan 2010 17:56:16 +0000 (17:56 +0000)
commit1a2d3563f960bc284daf146a1b6944cb16167666
tree0bf4491bfca840c7b65ba6c096764cc1a611e4d0
parent901d81e6724f7685199e669b808fce57a6123d87
(note: svnmerged from py3k, but the original message was wrong)

Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against
the destruction of weakref'ed objects while iterating.
Doc/library/weakref.rst
Lib/_weakrefset.py
Lib/test/test_weakref.py
Lib/test/test_weakset.py
Lib/weakref.py
Misc/NEWS