Message324650
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? |
|
Date |
User |
Action |
Args |
2018-09-05 20:05:08 | josh.r | set | recipients:
+ josh.r, sir-sigurd |
2018-09-05 20:05:08 | josh.r | set | messageid: <1536177908.86.0.56676864532.issue34574@psf.upfronthosting.co.za> |
2018-09-05 20:05:08 | josh.r | link | issue34574 messages |
2018-09-05 20:05:08 | josh.r | create | |
|