Skip to content

Commit 128c4ac

Browse files
committed
Update also Modules/_testlimitedcapi/sys.c
1 parent 4a008bd commit 128c4ac

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

  • Modules/_testlimitedcapi

Modules/_testlimitedcapi/sys.c

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
#include "pyconfig.h" // Py_GIL_DISABLED
2-
#ifdef Py_GIL_DISABLED
3-
# define Py_TARGET_ABI3T 0x030f0000
4-
#else
5-
// Need limited C API version 3.15 for PySys_GetAttr() etc
6-
# define Py_LIMITED_API 0x030f0000
7-
#endif
1+
// Need limited C API version 3.15 for PySys_GetAttr() etc
2+
#define Py_LIMITED_API 0x030f0000
3+
84
#include "parts.h"
95
#include "util.h"
106

0 commit comments

Comments
 (0)