mirror of
https://github.com/python/cpython.git
synced 2024-11-27 03:45:08 +08:00
gh-106406: Fix _Py_IsInterpreterFinalizing() in _winapi.c (#106408)
This commit is contained in:
parent
dfe4de2038
commit
80f1c6c49b
@ -36,6 +36,7 @@
|
||||
|
||||
#include "Python.h"
|
||||
#include "pycore_moduleobject.h" // _PyModule_GetState()
|
||||
#include "pycore_pylifecycle.h" // _Py_IsInterpreterFinalizing()
|
||||
#include "pycore_pystate.h" // _PyInterpreterState_GET
|
||||
#include "structmember.h" // PyMemberDef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user