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 Arfrever, Jim.Jewett, asvetlov, gregory.p.smith, gvanrossum, ncoghlan, pitrou, python-dev, r.david.murray, rhettinger, skrah, vstinner
Date 2012-05-13.18:50:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <E1STds1-0004AI-At@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, gregory.p.smith, ncoghlan, pitrou, vstinner, Arfrever, r.david.murray, asvetlov, skrah, Jim.Jewett
2012-05-13 18:50:18python-devlinkissue14417 messages
2012-05-13 18:50:18python-devcreate