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, pablogsal, rhettinger, serhiy.storchaka, tim.peters, vstinner
Date 2020-12-03.23:51:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607039496.72.0.673089077298.issue42536@roundup.psfhosted.org>
In-reply-to
Content
Thanks for that detailed explanation, Pablo.

If nobody objects to the current zip fix, I'll merge it and move on to similar PRs for the other affected stuff:

- dict.items
- enumerate
- functools.reduce
- itertools.product
- itertools.combinations
- itertools.combinations_with_replacement
- itertools.permutations
- itertools.zip_longest
History
Date User Action Args
2020-12-03 23:51:36brandtbuchersetrecipients: + brandtbucher, tim.peters, rhettinger, vstinner, serhiy.storchaka, pablogsal
2020-12-03 23:51:36brandtbuchersetmessageid: <1607039496.72.0.673089077298.issue42536@roundup.psfhosted.org>
2020-12-03 23:51:36brandtbucherlinkissue42536 messages
2020-12-03 23:51:36brandtbuchercreate