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 ezio.melotti, fenrrir, jonash, methane, serhiy.storchaka, vstinner
Date 2018-07-14.03:06:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531537612.02.0.56676864532.issue34087@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 16dfca4d829e45f36e71bf43f83226659ce49315 by INADA Naoki in branch 'master':
bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
https://github.com/python/cpython/commit/16dfca4d829e45f36e71bf43f83226659ce49315
History
Date User Action Args
2018-07-14 03:06:52methanesetrecipients: + methane, vstinner, ezio.melotti, fenrrir, jonash, serhiy.storchaka
2018-07-14 03:06:52methanesetmessageid: <1531537612.02.0.56676864532.issue34087@psf.upfronthosting.co.za>
2018-07-14 03:06:52methanelinkissue34087 messages
2018-07-14 03:06:51methanecreate