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 rhettinger
Date 2015-08-15.23:28:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439681334.44.0.706619154624.issue24874@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a partial patch:
* More than doubles the speed of cycle()
* Cuts size of __reduce__ result by about a third (on average)
* Still needs work on __setstate__ for a correct restore.
History
Date User Action Args
2015-08-15 23:28:54rhettingersetrecipients: + rhettinger
2015-08-15 23:28:54rhettingersetmessageid: <1439681334.44.0.706619154624.issue24874@psf.upfronthosting.co.za>
2015-08-15 23:28:54rhettingerlinkissue24874 messages
2015-08-15 23:28:54rhettingercreate