gh-106406: Fix _Py_IsInterpreterFinalizing() in _winapi.c (#106408)

This commit is contained in:
Nikita Sobolev 2023-07-04 17:19:20 +03:00 committed by GitHub
parent dfe4de2038
commit 80f1c6c49b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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