Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h136 extern void _PyAtExit_Call(PyInterpreterState *interp);
/third_party/python/Modules/
Datexitmodule.c115 _PyAtExit_Call(PyInterpreterState *interp) in _PyAtExit_Call() function
/third_party/python/Python/
Dpylifecycle.c1731 _PyAtExit_Call(tstate->interp); in Py_FinalizeEx()
2019 _PyAtExit_Call(tstate->interp); in Py_EndInterpreter()