[New-bugs-announce] [issue18294] zlib module is not completly 64-bit safe
STINNER Victor
report at bugs.python.org
Mon Jun 24 23:04:42 CEST 2013
New submission from STINNER Victor:
Attached patch fixes different compiler warnings on Windows x64 in the zlib module. The module raises OverflowError if some values are longer than INT_MAX, but not all parameters are checked.
----------
files: zlib_64bit.patch
keywords: patch
messages: 191799
nosy: haypo, loewis, serhiy.storchaka
priority: normal
severity: normal
status: open
title: zlib module is not completly 64-bit safe
versions: Python 3.4
Added file: http://bugs.python.org/file30693/zlib_64bit.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18294>
_______________________________________
More information about the New-bugs-announce
mailing list