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 psimons
Recipients Erik.Tollerud, amaury.forgeotdarc, eric.araujo, eric.snow, meador.inge, psimons, python-dev, serhiy.storchaka, tomdzk
Date 2017-09-16.12:09:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505563744.67.0.439398675799.issue13487@psf.upfronthosting.co.za>
In-reply-to
Content
I cannot reproduce. In fact I cannot even get list(d.items())
to raise RuntimeError: dictionary changed size during iteration
for any dict d.
History
Date User Action Args
2017-09-16 12:09:04psimonssetrecipients: + psimons, amaury.forgeotdarc, eric.araujo, meador.inge, python-dev, eric.snow, Erik.Tollerud, serhiy.storchaka, tomdzk
2017-09-16 12:09:04psimonssetmessageid: <1505563744.67.0.439398675799.issue13487@psf.upfronthosting.co.za>
2017-09-16 12:09:04psimonslinkissue13487 messages
2017-09-16 12:09:04psimonscreate