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

STINNER Victor report at bugs.python.org
Thu Nov 21 22:44:31 CET 2013


STINNER Victor added the comment:

> LGTM.

I changed the "uint" parser to raise a ValueError instead of an OverflowError, so the unit test doesn't need to be adapted.

Thanks again Serhiy for your review :)

I doesn't want to backport the fix to Python 2.7 or 3.3, it's more intrusive than what I expected. I opened the issue to fix compiler warnings, it's not like an user complained about a crash.

----------

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


More information about the Python-bugs-list mailing list