mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584)
This commit is contained in:
parent
102685c4c8
commit
ef83b3fc00
12 changed files with 23 additions and 23 deletions
|
@ -3,7 +3,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef Py_NOGIL
|
||||
// Need limited C API version 3.13 for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED
|
||||
// Need limited C API version 3.13 for PySys_Audit()
|
||||
#define Py_LIMITED_API 0x030d0000
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue