There was an error while loading. Please reload this page.
1 parent a6b113f commit cc11131Copy full SHA for cc11131
2 files changed
Modules/_testlimitedcapi.c
@@ -10,8 +10,8 @@
10
#ifdef Py_GIL_DISABLED
11
// FIXME: use the Py_TARGET_ABI3T
12
#else
13
- // Need limited C API version 3.13 for Py_MOD_GIL_NOT_USED
14
-# define Py_LIMITED_API 0x030d0000
+ // Use the oldest limited C API version
+# define Py_LIMITED_API 0x03020000
15
#endif
16
17
#include "_testlimitedcapi/parts.h"
Modules/_testlimitedcapi/version.c
@@ -4,7 +4,7 @@
4
5
# define Py_TARGET_ABI3T 0x030f0000
6
7
- // API added in 3.14
+ // Need limited C API version 3.14 for Py_PACK_VERSION()
8
# define Py_LIMITED_API 0x030e0000
9
0 commit comments