Skip to content

Commit 55cdbcd

Browse files
committed
change define
1 parent 81528d2 commit 55cdbcd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

py313/_cursesmodule.c

+1-3
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@ static const char PyCursesVersion[] = "2.2";
100100

101101
/* Includes */
102102

103-
#ifndef Py_BUILD_CORE_BUILTIN
104-
# define Py_BUILD_CORE_MODULE 1
105-
#endif
103+
#define PY_SSIZE_T_CLEAN
106104

107105
#include "Python.h"
108106

0 commit comments

Comments
 (0)