We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe4de2 commit 80f1c6cCopy full SHA for 80f1c6c
Modules/_winapi.c
@@ -36,6 +36,7 @@
36
37
#include "Python.h"
38
#include "pycore_moduleobject.h" // _PyModule_GetState()
39
+#include "pycore_pylifecycle.h" // _Py_IsInterpreterFinalizing()
40
#include "pycore_pystate.h" // _PyInterpreterState_GET
41
#include "structmember.h" // PyMemberDef
42
0 commit comments