Home
last modified time | relevance | path

Searched refs:_PyInterpreterState_DeleteExceptMain (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_pystate.h136 extern PyStatus _PyInterpreterState_DeleteExceptMain(_PyRuntimeState *runtime);
/third_party/python/Python/
Dpystate.c425 _PyInterpreterState_DeleteExceptMain(_PyRuntimeState *runtime) in _PyInterpreterState_DeleteExceptMain() function
/third_party/python/Modules/
Dposixmodule.c619 status = _PyInterpreterState_DeleteExceptMain(runtime); in PyOS_AfterFork_Child()