Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpylifecycle.c61 static void call_py_exitfuncs(PyInterpreterState *);
1145 call_py_exitfuncs(interp); in Py_FinalizeEx()
1545 call_py_exitfuncs(interp); in Py_EndInterpreter()
2222 call_py_exitfuncs(PyInterpreterState *istate) in call_py_exitfuncs() function