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 6882c13 commit da63df1Copy full SHA for da63df1
Modules/_scproxy.c
@@ -3,10 +3,10 @@
3
* using the SystemConfiguration framework.
4
*/
5
6
-// 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
7
#include "pyconfig.h" // Py_GIL_DISABLED
8
#ifndef Py_GIL_DISABLED
9
-# define Py_LIMITED_API 0x030c0000
+# define Py_LIMITED_API 0x030d0000
10
#endif
11
12
#include <Python.h>
0 commit comments