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 ezio.melotti, rhettinger, scoder, serhiy.storchaka
Date 2015-02-26.08:50:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I had done something like this for zip() long ago and had gotten a nice speed boost.  I remember looking at whether it should be applied elsewhere but don't remember why I decided against it.
History
Date User Action Args
2015-02-26 08:50:57rhettingersetrecipients: + rhettinger, scoder, ezio.melotti, serhiy.storchaka
2015-02-26 08:50:57rhettingersetmessageid: <[email protected]>
2015-02-26 08:50:57rhettingerlinkissue23507 messages
2015-02-26 08:50:56rhettingercreate