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

Implement __length_hint__() for iterators #310

Closed
asvetlov opened this issue Nov 28, 2018 · 1 comment · Fixed by #408
Closed

Implement __length_hint__() for iterators #310

asvetlov opened this issue Nov 28, 2018 · 1 comment · Fixed by #408

Comments

@asvetlov
Copy link
Member

It can help with optimizing calls like [i for i in md.items()] etc.

@aio-libs-bot
Copy link

GitMate.io thinks possibly related issues are #292 (Implement md.merge(other)), #241 (Rewrite iterators with C), #254 (Implement comparison in C), #86 (Implement dict's version), and #84 (Implement .popall(key[, default])).

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

Successfully merging a pull request may close this issue.

2 participants