Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h79 extern PyStatus _PyAtExit_Init(PyInterpreterState *interp);
/third_party/python/Modules/
Datexitmodule.c55 _PyAtExit_Init(PyInterpreterState *interp) in _PyAtExit_Init() function
/third_party/python/Python/
Dpylifecycle.c819 status = _PyAtExit_Init(interp); in pycore_interp_init()