mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
gh-106406: Fix _Py_IsInterpreterFinalizing() in _winapi.c (#106408)
This commit is contained in:
parent
dfe4de2038
commit
80f1c6c49b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue