You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[why]
https://docs.python.org/3/whatsnew/3.10.html#id2
The PY_SSIZE_T_CLEAN macro must now be defined to use PyArg_ParseTuple() and Py_BuildValue() formats which use #: es#, et#, s#, u#, y#, z#, U# and Z#
See Parsing arguments and building values and the PEP 353.
[how]
#define PY_SSIZE_T_CLEAN before include Python.h
0 commit comments