Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pystate.h130 void (*pyexitfunc)(PyObject *); member
/external/python/cpython3/Python/
Dpylifecycle.c2224 assert(is->pyexitfunc == NULL || is->pyexitfunc == func); in _Py_PyAtExit()
2226 is->pyexitfunc = func; in _Py_PyAtExit()
2233 if (istate->pyexitfunc == NULL) in call_py_exitfuncs()
2236 (*istate->pyexitfunc)(istate->pyexitmodule); in call_py_exitfuncs()