Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pystate.h122 PyAPI_FUNC(void) _PyInterpreterState_DeleteExceptMain(_PyRuntimeState *runtime);
/external/python/cpython3/Python/
Dpystate.c381 _PyInterpreterState_DeleteExceptMain(_PyRuntimeState *runtime) in _PyInterpreterState_DeleteExceptMain() function
/external/python/cpython3/Modules/
Dposixmodule.c579 _PyInterpreterState_DeleteExceptMain(runtime); in PyOS_AfterFork_Child()