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 serhiy.storchaka
Recipients kristjan.jonsson, rhettinger, serhiy.storchaka, sir-sigurd
Date 2018-09-04.05:12:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536037969.88.0.56676864532.issue34573@psf.upfronthosting.co.za>
In-reply-to
Content
Seems there is a bug in the dict iter code, leading to a crash when pickle non-initial items iterator. Would be nice to add tests similar to issue34574, and if the bug will be exposed, fix it.
History
Date User Action Args
2018-09-04 05:12:49serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, kristjan.jonsson, sir-sigurd
2018-09-04 05:12:49serhiy.storchakasetmessageid: <1536037969.88.0.56676864532.issue34573@psf.upfronthosting.co.za>
2018-09-04 05:12:49serhiy.storchakalinkissue34573 messages
2018-09-04 05:12:49serhiy.storchakacreate