Home
last modified time | relevance | path

Searched defs:exitfunc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dpythonrun.c1762 PyObject *exitfunc = PySys_GetObject("exitfunc"); in call_sys_exitfunc() local
/external/python/cpython3/Python/
Dpylifecycle.c2845 void (*exitfunc)(void) = runtime->exitfuncs[runtime->nexitfuncs]; in call_ll_exitfuncs() local