Serhiy Storchaka added the comment:

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.

----------
versions: +Python 3.6 -Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15988>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to