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, mark.dickinson, methane, rhettinger, serhiy.storchaka, vstinner
Date 2020-10-25.16:57:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603645043.5.0.0618861364882.issue42147@roundup.psfhosted.org>
In-reply-to
Content
if somebody try to sum very large value with range.
sum(range(1 << 1000, (1 << 1000) + 100))
it can be affected by this patch.
History
Date User Action Args
2020-10-25 16:57:23corona10setrecipients: + corona10, rhettinger, mark.dickinson, vstinner, methane, serhiy.storchaka
2020-10-25 16:57:23corona10setmessageid: <1603645043.5.0.0618861364882.issue42147@roundup.psfhosted.org>
2020-10-25 16:57:23corona10linkissue42147 messages
2020-10-25 16:57:23corona10create