Skip to content

Commit ab8bcb3

Browse files
Issue #26765: Fixed parsing Py_ssize_t arguments on 32-bit Windows.
1 parent 3550489 commit ab8bcb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Objects/bytes_methods.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#define PY_SSIZE_T_CLEAN
12
#include "Python.h"
23
#include "bytes_methods.h"
34

0 commit comments

Comments
 (0)