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 corona10
Recipients corona10, methane, vstinner
Date 2020-10-25.14:25:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603635905.37.0.86802982801.issue42147@roundup.psfhosted.org>
In-reply-to
Content
This is a similar case with https://bugs.python.org/issue41902
A quite possible usecase when the user use range with big number

./python -m pyperf compare_to longrange_master.json longrange_opt.json
Mean +- std dev: [longrange_master] 6.45 us +- 0.09 us -> [longrange_opt] 5.72 us +- 0.07 us: 1.13x faster (-11%)
History
Date User Action Args
2020-10-25 14:25:05corona10setrecipients: + corona10, vstinner, methane
2020-10-25 14:25:05corona10setmessageid: <1603635905.37.0.86802982801.issue42147@roundup.psfhosted.org>
2020-10-25 14:25:05corona10linkissue42147 messages
2020-10-25 14:25:05corona10create