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 rhettinger
Recipients alexandre.vassalotti, pitrou, rhettinger, serhiy.storchaka
Date 2016-03-06.10:04:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457258677.16.0.0288616501834.issue25776@psf.upfronthosting.co.za>
In-reply-to
Content
My first impression is that this isn't worth the extra special case code.  The savings is very small (only a few bytes) and it isn't common to pickle these iterators.
History
Date User Action Args
2016-03-06 10:04:37rhettingersetrecipients: + rhettinger, pitrou, alexandre.vassalotti, serhiy.storchaka
2016-03-06 10:04:37rhettingersetmessageid: <1457258677.16.0.0288616501834.issue25776@psf.upfronthosting.co.za>
2016-03-06 10:04:37rhettingerlinkissue25776 messages
2016-03-06 10:04:36rhettingercreate