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 Jim.Jewett, Mark.Shannon, gvanrossum, python-dev, rhettinger, vstinner
Date 2012-05-13.18:50:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <E1STds1-0004AI-BL@dinsdale.python.org>
In-reply-to
Content
New changeset 93748e2d64e3 by Antoine Pitrou in branch 'default':
Issue #14417: Mutating a dict during lookup now restarts the lookup instead of raising a RuntimeError (undoes issue #14205).
http://hg.python.org/cpython/rev/93748e2d64e3
History
Date User Action Args
2012-05-13 18:50:19python-devsetrecipients: + python-dev, gvanrossum, rhettinger, vstinner, Mark.Shannon, Jim.Jewett
2012-05-13 18:50:18python-devlinkissue14205 messages
2012-05-13 18:50:18python-devcreate