We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ba71f commit 3ac574eCopy full SHA for 3ac574e
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