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 ZackerySpytz, martin.panter, serhiy.storchaka
Date 2019-05-17.07:13:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558077206.44.0.469885275088.issue36946@roundup.psfhosted.org>
In-reply-to
Content
New changeset 14514d9084a40f599c57da853a305aa264562a43 by Serhiy Storchaka (Zackery Spytz) in branch 'master':
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
https://github.com/python/cpython/commit/14514d9084a40f599c57da853a305aa264562a43
History
Date User Action Args
2019-05-17 07:13:26serhiy.storchakasetrecipients: + serhiy.storchaka, martin.panter, ZackerySpytz
2019-05-17 07:13:26serhiy.storchakasetmessageid: <1558077206.44.0.469885275088.issue36946@roundup.psfhosted.org>
2019-05-17 07:13:26serhiy.storchakalinkissue36946 messages
2019-05-17 07:13:26serhiy.storchakacreate