Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h166 PyObject *pyexitmodule; member
/external/python/cpython3/Python/
Dpylifecycle.c2218 is->pyexitmodule = module; in _Py_PyAtExit()
2227 (*istate->pyexitfunc)(istate->pyexitmodule); in call_py_exitfuncs()
Dpystate.c167 interp->pyexitmodule = NULL; in PyInterpreterState_New()