8000 gh-89189: More compact range iterator by serhiy-storchaka · Pull Request #27986 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-89189: More compact range iterator #27986

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

Merged
merged 12 commits into from
Nov 30, 2022
Merged
Prev Previous commit
Next Next commit
Add a NEWS entry.
  • Loading branch information
serhiy-storchaka committed Aug 29, 2021
commit 7a42474da799a5b75ac661247c817771c18ee5a3
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Optimize the :class:`range` object iterator. It is now smaller, faster
iteration of ranges containing large numbers. Smaller pickles, faster
unpickling.
0