Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f18f871

Browse files
committed
Issue #8677: make the zlib module "ssize_t clean" for parsing parameters
1 parent 65a3144 commit f18f871

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/zlibmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
/* Windows users: read Python's PCbuild\readme.txt */
55

6+
#define PY_SSIZE_T_CLEAN
67

78
#include "Python.h"
89
#include "structmember.h"

0 commit comments

Comments
 (0)