summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_pystate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/internal/pycore_pystate.h')
-rw-r--r--Include/internal/pycore_pystate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/internal/pycore_pystate.h b/Include/internal/pycore_pystate.h
index 8696aaf..7c5aba1 100644
--- a/Include/internal/pycore_pystate.h
+++ b/Include/internal/pycore_pystate.h
@@ -65,6 +65,8 @@ _Py_ThreadCanHandlePendingCalls(void)
extern int _PyThreadState_CheckConsistency(PyThreadState *tstate);
#endif
+int _PyThreadState_MustExit(PyThreadState *tstate);
+
/* Variable and macro for in-line access to current thread
and interpreter state */