[issue18294] zlib module is not completly 64-bit safe

STINNER Victor report at bugs.python.org
Sat Nov 16 00:30:12 CET 2013


STINNER Victor added the comment:

> The "I" parser format does not check for integer overflow.

The "O" format can be used with _PyLong_AsInt() instead.

----------

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


More information about the Python-bugs-list mailing list