Searched refs:_PyInterpreterState_DeleteExceptMain (Results 1 – 3 of 3) sorted by relevance
136 extern PyStatus _PyInterpreterState_DeleteExceptMain(_PyRuntimeState *runtime);
425 _PyInterpreterState_DeleteExceptMain(_PyRuntimeState *runtime) in _PyInterpreterState_DeleteExceptMain() function
619 status = _PyInterpreterState_DeleteExceptMain(runtime); in PyOS_AfterFork_Child()