Łukasz Langa <luk...@langa.pl> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45026>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to