mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #26765: Fixed parsing Py_ssize_t arguments on 32-bit Windows.
This commit is contained in:
parent
355048970b
commit
ab8bcb34dc
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#define PY_SSIZE_T_CLEAN
|
||||
#include "Python.h"
|
||||
#include "bytes_methods.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue