Skip to content

Commit 3ac574e

Browse files
committed
pythongh-106406: Fix _Py_IsInterpreterFinalizing in _winapi.c
1 parent e4ba71f commit 3ac574e

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)