This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lukasz.langa
Recipients Dennis Sweeney, lukasz.langa, rhettinger, serhiy.storchaka
Date 2021-09-08.17:23:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631121798.56.0.131956947974.issue45026@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-09-08 17:23:18lukasz.langasetrecipients: + lukasz.langa, rhettinger, serhiy.storchaka, Dennis Sweeney
2021-09-08 17:23:18lukasz.langasetmessageid: <1631121798.56.0.131956947974.issue45026@roundup.psfhosted.org>
2021-09-08 17:23:18lukasz.langalinkissue45026 messages
2021-09-08 17:23:18lukasz.langacreate