Roundup Robot added the comment:

New changeset 657d21b4b121 by Antoine Pitrou in branch '3.4':
Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with 
an iterator alive.
https://hg.python.org/cpython/rev/657d21b4b121

New changeset 27533444b964 by Antoine Pitrou in branch 'default':
Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with 
an iterator alive.
https://hg.python.org/cpython/rev/27533444b964

----------
nosy: +python-dev
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21173>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to