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

Skip to content

Commit 7f341ca

Browse files
committed
(Merge 3.4) Issue #8677: make the zlib module "ssize_t clean" for parsing
parameters
2 parents da8e6a2 + f18f871 commit 7f341ca

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)