mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
This commit is contained in:
parent
8571b271e7
commit
d5bd32fb48
64 changed files with 0 additions and 90 deletions
|
@ -104,8 +104,6 @@ static const char PyCursesVersion[] = "2.2";
|
|||
# define Py_BUILD_CORE_MODULE 1
|
||||
#endif
|
||||
|
||||
#define PY_SSIZE_T_CLEAN
|
||||
|
||||
#include "Python.h"
|
||||
#include "pycore_long.h" // _PyLong_GetZero()
|
||||
#include "pycore_structseq.h" // _PyStructSequence_NewType()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue