Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h110 extern void _PyAtExit_Fini(PyInterpreterState *interp);
/third_party/python/Modules/
Datexitmodule.c72 _PyAtExit_Fini(PyInterpreterState *interp) in _PyAtExit_Fini() function
/third_party/python/Python/
Dpystate.c322 _PyAtExit_Fini(interp); in interpreter_clear()