mirror of
https://github.com/python/cpython
synced 2026-09-28 02:33:18 +03:00
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
This commit is contained in:
parent
498a096a51
commit
79dad03747
25 changed files with 112 additions and 44 deletions
|
|
@ -4,9 +4,7 @@
|
|||
* foo, bar), only the first one is called the same as the compiled file.
|
||||
*/
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include "pyconfig.h" // Py_GIL_DISABLED
|
||||
#endif
|
||||
|
||||
#ifndef Py_GIL_DISABLED
|
||||
#define Py_LIMITED_API 0x03020000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue