]> granicus.if.org Git - python/commitdiff
Issue #26765: Fixed parsing Py_ssize_t arguments on 32-bit Windows.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Jul 2016 10:26:52 +0000 (13:26 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Jul 2016 10:26:52 +0000 (13:26 +0300)
Objects/bytes_methods.c

index fe666c631c657e378b0e7075413c7cfc06751667..d0f784ecd4645a60fde6151267bd8b2ab8a80b67 100644 (file)
@@ -1,3 +1,4 @@
+#define PY_SSIZE_T_CLEAN
 #include "Python.h"
 #include "bytes_methods.h"