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 koos.zevenhoven, ncoghlan, rhettinger, serhiy.storchaka, tim.peters
Date 2018-06-24.05:54:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529819698.61.0.56676864532.issue31815@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think a new public API should be introduced.  This is at best an implementation detail.  

Also, I really don't want to garbage-up the inner-loop code for the itertools.  I've spent a good deal of time micro-optimizing this code and don't want to throw it away for something that is of nearly zero value and imo not a real issue that affects real users.

Marking this a closed for now.  We can discuss it more at the sprints (Python 3.8 is still a long way away).
History
Date User Action Args
2018-06-24 05:54:58rhettingersetrecipients: + rhettinger, tim.peters, ncoghlan, serhiy.storchaka, koos.zevenhoven
2018-06-24 05:54:58rhettingersetmessageid: <1529819698.61.0.56676864532.issue31815@psf.upfronthosting.co.za>
2018-06-24 05:54:58rhettingerlinkissue31815 messages
2018-06-24 05:54:58rhettingercreate