Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpylifecycle.c60 static void call_py_exitfuncs(PyThreadState *tstate);
1373 call_py_exitfuncs(tstate); in Py_FinalizeEx()
1661 call_py_exitfuncs(tstate); in Py_EndInterpreter()
2368 call_py_exitfuncs(PyThreadState *tstate) in call_py_exitfuncs() function