Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more implementations of ExactSizeIterator when iterating built-in Python data structures. #2676

Merged
merged 1 commit into from Oct 13, 2022

Conversation

adamreichold
Copy link
Member

@adamreichold adamreichold commented Oct 11, 2022

Closes #2673

Copy link
Member

@davidhewitt davidhewitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 👍

@davidhewitt davidhewitt merged commit 125af9b into main Oct 13, 2022
@adamreichold adamreichold deleted the exact-iter branch October 13, 2022 20:36
@samuelcolvin
Copy link
Contributor

Would be great to get this released? in particular it should allow converting from a PyList to a PyTuple without an intermediate vec.

@davidhewitt
Copy link
Member

My hope is to release 0.17.3 by the end of the week with all non-breaking changes and support for Python 3.11 verified by CI. Just need to work through the blockers first.

This change seems suitable for inclusion.

@samuelcolvin
Copy link
Contributor

Great, thanks so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implement ExactSizeIterator for list, set, frozenset and dict
3 participants