Antoine Pitrou <pit...@free.fr> added the comment: > Is there a reason to keep inplen and max_length ints instead of making > them Py_ssize_t too?
zlibmodule.c isn't 64-bit clean internally. Actually, the zlib itself uses uInt in its z_stream structure. This should be the target of a separate issue, and seems it will require more work than simply changing the type of a variable. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8571> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com