Searched refs:_PyInterpreterState_DeleteExceptMain (Results 1 – 7 of 7) sorted by relevance
150 extern PyStatus _PyInterpreterState_DeleteExceptMain(_PyRuntimeState *runtime);
536 _PyInterpreterState_DeleteExceptMain(_PyRuntimeState *runtime) in _PyInterpreterState_DeleteExceptMain() function
624 status = _PyInterpreterState_DeleteExceptMain(runtime); in PyOS_AfterFork_Child()