[issue22207] Test for integer overflow on Py_ssize_t: explicitly cast to size_t

Serhiy Storchaka report at bugs.python.org
Tue Sep 30 11:43:41 CEST 2014


Serhiy Storchaka added the comment:

I have reviewed the patch and found only few checks which looks good to me. Also I found two possible overflows (not fixed by the patch). All other changes looks redundant to me and just churn a code.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22207>
_______________________________________


More information about the Python-bugs-list mailing list