]> 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:04:06 +0000 (20:04 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 5 Oct 2014 18:04:06 +0000 (20:04 +0200)
commit414e15a88d461be37e8f29c7a2158b5d32b9ef9c
tree5d20a313e7a685e31901949cb0f5b3533175507e
parent861470c83607a4312d3c65bce3e18414b965e586
parent1bf974dc6e15799856b1e5d6316238ecedcd798f
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