]> granicus.if.org Git - python/commit
Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 8 Jan 2010 17:54:23 +0000 (17:54 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 8 Jan 2010 17:54:23 +0000 (17:54 +0000)
commitc1baa601e2b558deb690edfdf334fceee3b03327
tree1cf896c04e483406149bb8ad9c47ce89271a3795
parentdc2a61347b569a42f99b7f64fd59bff0d2dcb4ba
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