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 serhiy.storchaka
Recipients miss-islington, rhettinger, serhiy.storchaka
Date 2021-09-04.18:02:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630778553.48.0.168024201061.issue45030@roundup.psfhosted.org>
In-reply-to
Content
New changeset 936f6a16b9ef85bd56b18a247b962801e954c30e by Serhiy Storchaka in branch 'main':
bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)
https://github.com/python/cpython/commit/936f6a16b9ef85bd56b18a247b962801e954c30e
History
Date User Action Args
2021-09-04 18:02:33serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, miss-islington
2021-09-04 18:02:33serhiy.storchakasetmessageid: <1630778553.48.0.168024201061.issue45030@roundup.psfhosted.org>
2021-09-04 18:02:33serhiy.storchakalinkissue45030 messages
2021-09-04 18:02:33serhiy.storchakacreate