[issue8650] zlibmodule.c isn't 64-bit clean

STINNER Victor report at bugs.python.org
Mon Mar 21 04:05:09 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> This only addresses the compress() and decompress() functions, 
> but e.g. crc32() and adler32() are also touched by this issue.

crc32() and adler32() were fixed by #10276.

PyZlib_objcompress() and PyZlib_objdecompress() should be fixed.

----------

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


More information about the Python-bugs-list mailing list