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 Mark.Shannon, benjamin.peterson, berker.peksag, pkt, python-dev, r.david.murray, rhettinger, serhiy.storchaka
Date 2015-07-05.03:54:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150705035413.13199.75133@psf.io>
In-reply-to
Content
New changeset 37fed8b02f00 by Benjamin Peterson in branch '3.3':
protect against mutation of the dict during insertion (closes #24407)
https://hg.python.org/cpython/rev/37fed8b02f00

New changeset 75da5acbfbe4 by Benjamin Peterson in branch '3.4':
merge 3.3 (#24407)
https://hg.python.org/cpython/rev/75da5acbfbe4

New changeset 6a7ee97cb0b1 by Benjamin Peterson in branch '3.5':
merge 3.4 (#24407)
https://hg.python.org/cpython/rev/6a7ee97cb0b1

New changeset 88814ddd5e9e by Benjamin Peterson in branch 'default':
merge 3.5 (#24407)
https://hg.python.org/cpython/rev/88814ddd5e9e
History
Date User Action Args
2015-07-05 03:54:16python-devsetrecipients: + python-dev, rhettinger, benjamin.peterson, r.david.murray, Mark.Shannon, berker.peksag, serhiy.storchaka, pkt
2015-07-05 03:54:16python-devlinkissue24407 messages
2015-07-05 03:54:16python-devcreate