This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients pitrou, pjenvey, python-dev
Date 2014-10-05.18:10:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20141005180943.52961.16977@mail.hg.python.org>
In-reply-to
Content
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
History
Date User Action Args
2014-10-05 18:10:44python-devsetrecipients: + python-dev, pitrou, pjenvey
2014-10-05 18:10:44python-devlinkissue21173 messages
2014-10-05 18:10:44python-devcreate