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 Oren Milman, ezio.melotti, mark.dickinson, serhiy.storchaka, terry.reedy
Date 2016-07-15.11:31:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468582315.87.0.880682819673.issue15988@psf.upfronthosting.co.za>
In-reply-to
Content
You plan looks good, Oren.

I meant what you are planning in the last two items. There are also specific functions for converting to platform-depending integer types (size_t, time_t, uid_t, etc). Two most common patterns: "Python int too large to convert to C long" and "signed short integer is less/greater than maximum". Grep all code for raising OverflowError.
History
Date User Action Args
2016-07-15 11:31:55serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, mark.dickinson, ezio.melotti, Oren Milman
2016-07-15 11:31:55serhiy.storchakasetmessageid: <1468582315.87.0.880682819673.issue15988@psf.upfronthosting.co.za>
2016-07-15 11:31:55serhiy.storchakalinkissue15988 messages
2016-07-15 11:31:55serhiy.storchakacreate