[issue8571] zlib causes a SystemError when decompressing a chunk >1GB

Denis Dmitriev report at bugs.python.org
Fri May 7 18:39:28 CEST 2010


Denis Dmitriev <dmitriev at deshaw.com> added the comment:

Is there a reason to keep inplen and max_length ints instead of making them Py_ssize_t too? I'm a little worried that keeping them ints will cause a similar problem further down the line.

----------

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


More information about the Python-bugs-list mailing list