Skip to content

Commit 80f1c6c

Browse files
authored
gh-106406: Fix _Py_IsInterpreterFinalizing() in _winapi.c (#106408)
1 parent dfe4de2 commit 80f1c6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_winapi.c

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
#include "Python.h"
3838
#include "pycore_moduleobject.h" // _PyModule_GetState()
39+
#include "pycore_pylifecycle.h" // _Py_IsInterpreterFinalizing()
3940
#include "pycore_pystate.h" // _PyInterpreterState_GET
4041
#include "structmember.h" // PyMemberDef
4142

0 commit comments

Comments
 (0)