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 methane
Recipients corona10, mark.dickinson, methane, pablogsal, rhettinger, serhiy.storchaka, vstinner
Date 2020-10-26.01:30:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603675820.87.0.675980578052.issue42147@roundup.psfhosted.org>
In-reply-to
Content
I agree that 1<<1000 is artificial example. But isn't this patch affects more regular patterns like [[] for _ in range(10000)]?

If we reject this, shouldn't we revert GH-22479 too?
I believe iterating range object is much more common use  case than range.index.
History
Date User Action Args
2020-10-26 01:30:20methanesetrecipients: + methane, rhettinger, mark.dickinson, vstinner, serhiy.storchaka, corona10, pablogsal
2020-10-26 01:30:20methanesetmessageid: <1603675820.87.0.675980578052.issue42147@roundup.psfhosted.org>
2020-10-26 01:30:20methanelinkissue42147 messages
2020-10-26 01:30:20methanecreate