]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with an...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 5 Oct 2014 18:02:28 +0000 (20:02 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 5 Oct 2014 18:02:28 +0000 (20:02 +0200)
commit1bf974dc6e15799856b1e5d6316238ecedcd798f
tree705dd21d7ea676aaa786ef40eecd2350f8d5e13a
parentbed04a77ee4dde8e1ab7b00557519f01cac734aa
Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with an iterator alive.
Lib/test/test_weakref.py
Lib/weakref.py
Misc/NEWS