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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18294>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to