Issue #8677: make the zlib module "ssize_t clean" for parsing parameters

This commit is contained in:
Victor Stinner 2014-07-01 16:48:12 +02:00
parent 65a3144e54
commit f18f87111b
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
/* Windows users: read Python's PCbuild\readme.txt */
#define PY_SSIZE_T_CLEAN
#include "Python.h"
#include "structmember.h"