Skip to content

Commit da63df1

Browse files
committed
Update limited API version for _scproxy.c
1 parent 6882c13 commit da63df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/_scproxy.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
* using the SystemConfiguration framework.
44
*/
55

6-
// Need limited C API version 3.12 for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED
6+
// Need limited C API version 3.13 for Py_mod_gil
77
#include "pyconfig.h" // Py_GIL_DISABLED
88
#ifndef Py_GIL_DISABLED
9-
# define Py_LIMITED_API 0x030c0000
9+
# define Py_LIMITED_API 0x030d0000
1010
#endif
1111

1212
#include <Python.h>

0 commit comments

Comments
 (0)