Searched refs:pyexitfunc (Results 1 – 3 of 3) sorted by relevance
2215 assert(is->pyexitfunc == NULL || is->pyexitfunc == func); in _Py_PyAtExit()2217 is->pyexitfunc = func; in _Py_PyAtExit()2224 if (istate->pyexitfunc == NULL) in call_py_exitfuncs()2227 (*istate->pyexitfunc)(istate->pyexitmodule); in call_py_exitfuncs()
166 interp->pyexitfunc = NULL; in PyInterpreterState_New()
165 void (*pyexitfunc)(PyObject *); member