Rename PY_SIZE_T_CLEAN to PY_SSIZE_T_CLEAN.
This commit is contained in:
parent
81d4e41517
commit
66f71648c5
|
@ -72,7 +72,7 @@ A new conversion code 'n' is introduced for PyArg_ParseTuple
|
|||
and Py_BuildValue, which operates on Py_ssize_t.
|
||||
|
||||
The conversion codes 's#' and 't#' will output Py_ssize_t
|
||||
if the macro PY_SIZE_T_CLEAN is defined before Python.h
|
||||
if the macro PY_SSIZE_T_CLEAN is defined before Python.h
|
||||
is included, and continue to output int if that macro
|
||||
isn't defined.
|
||||
|
||||
|
|
Loading…
Reference in New Issue