[issue8677] Modules needing PY_SSIZE_T_CLEAN

STINNER Victor report at bugs.python.org
Mon Jun 16 18:04:38 CEST 2014


STINNER Victor added the comment:

zlibmodule_ssize_t_clean.patch: Patch to make the zlib module "ssize_t clean". The patch just defines PY_SSIZE_T_CLEAN, no "#" format is used. "./python -m test -v test_zlib" test pass on my 64-bit Linux.

----------
keywords: +patch
nosy: +haypo
Added file: http://bugs.python.org/file35656/zlibmodule_ssize_t_clean.patch

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


More information about the Python-bugs-list mailing list