mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +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
|
@ -15,8 +15,8 @@
|
|||
#include "pyconfig.h" // Py_NOGIL
|
||||
#endif
|
||||
|
||||
// Need limited C API version 3.13 for PyModule_Add() on Windows
|
||||
#ifndef Py_NOGIL
|
||||
// Need limited C API version 3.13 for PyModule_Add() on Windows
|
||||
#define Py_LIMITED_API 0x030d0000
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue