diff options
Diffstat (limited to 'Include/internal')
-rw-r--r-- | Include/internal/pystate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/internal/pystate.h b/Include/internal/pystate.h index ef83af5..c93dda2 100644 --- a/Include/internal/pystate.h +++ b/Include/internal/pystate.h @@ -218,6 +218,7 @@ PyAPI_FUNC(_PyInitError) _PyRuntime_Initialize(void); /* Other */ PyAPI_FUNC(_PyInitError) _PyInterpreterState_Enable(_PyRuntimeState *); +PyAPI_FUNC(void) _PyInterpreterState_DeleteExceptMain(void); #ifdef __cplusplus } |