Issue #8677: make the zlib module "ssize_t clean" for parsing parameters
This commit is contained in:
parent
65a3144e54
commit
f18f87111b
|
@ -3,6 +3,7 @@
|
|||
|
||||
/* Windows users: read Python's PCbuild\readme.txt */
|
||||
|
||||
#define PY_SSIZE_T_CLEAN
|
||||
|
||||
#include "Python.h"
|
||||
#include "structmember.h"
|
||||
|
|
Loading…
Reference in New Issue