Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_initconfig.h139 extern PyStatus _PyPreConfig_Write(const PyPreConfig *preconfig);
/third_party/python/Python/
Dpreconfig.c947 _PyPreConfig_Write(const PyPreConfig *src_config) in _PyPreConfig_Write() function
Dpylifecycle.c913 status = _PyPreConfig_Write(&config); in _Py_PreInitializeFromPyArgv()