[issue45026] More compact range iterator

Łukasz Langa report at bugs.python.org
Wed Sep 8 13:23:18 EDT 2021


Łukasz Langa <lukasz at langa.pl> added the comment:

I like Dennis' idea and Serhiy's implementation in GH-28176. It's a bit of a larger change compared to GH-27986 but I think it's worth it: I expect iteration speed is more important than `len()` speed for range objects.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45026>
_______________________________________


More information about the Python-bugs-list mailing list