There was an error while loading. Please reload this page.
1 parent 4a008bd commit 128c4acCopy full SHA for 128c4ac
1 file changed
Modules/_testlimitedcapi/sys.c
@@ -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
+// Need limited C API version 3.15 for PySys_GetAttr() etc
+#define Py_LIMITED_API 0x030f0000
+
8
#include "parts.h"
9
#include "util.h"
10
0 commit comments