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, gvanrossum, lukasz.langa, rhettinger, serhiy.storchaka
Date 2021-09-24.11:12:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632481968.64.0.401404252779.issue45026@roundup.psfhosted.org>
In-reply-to
Content
Serhiy, right: looks like the difference stems from recreating the range objects, not from iteration. But Dennis' observation still stands: using `for i in range(...):` is a very popular idiom. If that becomes slower than the status quo, we will be making existing Python programs slower as well.
History
Date User Action Args
2021-09-24 11:12:48lukasz.langasetrecipients: + lukasz.langa, gvanrossum, rhettinger, serhiy.storchaka, Dennis Sweeney
2021-09-24 11:12:48lukasz.langasetmessageid: <1632481968.64.0.401404252779.issue45026@roundup.psfhosted.org>
2021-09-24 11:12:48lukasz.langalinkissue45026 messages
2021-09-24 11:12:48lukasz.langacreate