Skip to content

Commit

Permalink
pythongh-106406: Fix _Py_IsInterpreterFinalizing() in _winapi.c (pyth…
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Jul 4, 2023
1 parent dfe4de2 commit 80f1c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/_winapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 80f1c6c

Please sign in to comment.