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 brandtbucher
Recipients brandtbucher, rhettinger, serhiy.storchaka, vstinner
Date 2020-12-03.05:03:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606971824.99.0.62834969918.issue42536@roundup.psfhosted.org>
In-reply-to
Content
It looks like Victor's original issue is unrelated to zip, though. That test run is clean after adding the same fix to:

- itertools.product
- itertools.combinations
- itertools.combinations_with_replacement
- itertools.permutations
- itertools.zip_longest

...all of which use the same tuple-recycling speed trick.

If my zip PR looks good, I can create another one fixing these as well.
History
Date User Action Args
2020-12-03 05:03:45brandtbuchersetrecipients: + brandtbucher, rhettinger, vstinner, serhiy.storchaka
2020-12-03 05:03:44brandtbuchersetmessageid: <1606971824.99.0.62834969918.issue42536@roundup.psfhosted.org>
2020-12-03 05:03:44brandtbucherlinkissue42536 messages
2020-12-03 05:03:44brandtbuchercreate