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 __length_hint__ to dict and to dict views #106764

Open
rhettinger opened this issue Jul 15, 2023 · 0 comments
Open

Add __length_hint__ to dict and to dict views #106764

rhettinger opened this issue Jul 15, 2023 · 0 comments
Labels
3.13 new features, bugs and security fixes performance Performance or resource usage type-feature A feature request or enhancement

Comments

@rhettinger
Copy link
Contributor

This will improve the performance of list(d.values()) for example.

@rhettinger rhettinger added performance Performance or resource usage 3.13 new features, bugs and security fixes labels Jul 15, 2023
@sunmy2019 sunmy2019 added the type-feature A feature request or enhancement label Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.13 new features, bugs and security fixes performance Performance or resource usage type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants