Home
last modified time | relevance | path

Searched refs:_PyMainInterpreterConfig_INIT (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dpystate.h109 #define _PyMainInterpreterConfig_INIT \ macro
/external/python/cpython3/Python/
Dpystate.c149 interp->config = _PyMainInterpreterConfig_INIT; in PyInterpreterState_New()
Dpylifecycle.c1011 _PyMainInterpreterConfig main_config = _PyMainInterpreterConfig_INIT; in _Py_InitializeFromConfig()
/external/python/cpython3/Modules/
Dmain.c2820 _PyMainInterpreterConfig main_config = _PyMainInterpreterConfig_INIT; in pymain_init_python_main()