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 <[email protected]>
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: <[email protected]>
2013-11-15 23:30:12vstinnerlinkissue18294 messages
2013-11-15 23:30:12vstinnercreate