Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pathconfig.h66 extern PyStatus _PyConfig_WritePathConfig(const PyConfig *config);
/third_party/python/Python/
Dpathconfig.c265 _PyConfig_WritePathConfig(const PyConfig *config) in _PyConfig_WritePathConfig() function
Dpylifecycle.c457 PyStatus status = _PyConfig_WritePathConfig(config); in interpreter_update_config()
547 status = _PyConfig_WritePathConfig(config); in pyinit_core_reconfigure()