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 vstinner
Recipients loewis, nadeem.vawda, serhiy.storchaka, vstinner
Date 2013-11-15.23:30:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384558212.1.0.0603027423498.issue18294@psf.upfronthosting.co.za>
In-reply-to
Content
> The "I" parser format does not check for integer overflow.

The "O" format can be used with _PyLong_AsInt() instead.
History
Date User Action Args
2013-11-15 23:30:12vstinnersetrecipients: + vstinner, loewis, nadeem.vawda, serhiy.storchaka
2013-11-15 23:30:12vstinnersetmessageid: <1384558212.1.0.0603027423498.issue18294@psf.upfronthosting.co.za>
2013-11-15 23:30:12vstinnerlinkissue18294 messages
2013-11-15 23:30:12vstinnercreate