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 josh.r
Recipients josh.r, sir-sigurd
Date 2018-09-05.20:05:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536177908.86.0.56676864532.issue34574@psf.upfronthosting.co.za>
In-reply-to
Content
This would presumably be a side-effect of all generic pickling operations of iterators; figuring out what the iterator produces requires running out the iterator. You could special case it case-by-case, but that just makes the behavior unreliable/confusing; now some iterators pickle without being mutated, and others don't. Do you have a proposal to fix it? Is it something that needs to be fixed at all, when the option to pickle the original OrderedDict directly is there?
History
Date User Action Args
2018-09-05 20:05:08josh.rsetrecipients: + josh.r, sir-sigurd
2018-09-05 20:05:08josh.rsetmessageid: <1536177908.86.0.56676864532.issue34574@psf.upfronthosting.co.za>
2018-09-05 20:05:08josh.rlinkissue34574 messages
2018-09-05 20:05:08josh.rcreate