-
-
Notifications
You must be signed in to change notification settings - Fork 15k
[ER] Iterator::zip_exact #85342
Copy link
Copy link
Open
Labels
A-iteratorsArea: IteratorsArea: IteratorsC-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-iteratorsArea: IteratorsArea: IteratorsC-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Perhaps it's worth having an
Iterator::zip_strictas in Python 3.10 in the stdlib:https://www.python.org/dev/peps/pep-0618/