Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpylifecycle.h169 PyAPI_FUNC(int) _PySys_EndInit(PyObject *sysdict, _PyMainInterpreterConfig *config);
/external/python/cpython3/Python/
Dpylifecycle.c932 if (_PySys_EndInit(interp->sysdict, &interp->config) < 0) { in _Py_InitializeMainInterpreter()
1418 _PySys_EndInit(interp->sysdict, &interp->config); in new_interpreter()
Dsysmodule.c2465 _PySys_EndInit(PyObject *sysdict, _PyMainInterpreterConfig *config) in _PySys_EndInit() function