We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da63df1 commit 2998defCopy full SHA for 2998def
PC/_testconsole.c
@@ -1,10 +1,10 @@
1
/* Testing module for multi-phase initialization of extension modules (PEP 489)
2
*/
3
4
-// Need limited C API version 3.12 for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED
+// Need limited C API version 3.13 for Py_mod_gil
5
#include "pyconfig.h" // Py_GIL_DISABLED
6
#ifndef Py_GIL_DISABLED
7
-# define Py_LIMITED_API 0x030c0000
+# define Py_LIMITED_API 0x030d0000
8
#endif
9
10
#include "Python.h"
0 commit comments