Searched refs:_PyPathConfig_UpdateGlobal (Results 1 – 8 of 8) sorted by relevance
13 extern PyStatus _PyPathConfig_UpdateGlobal(const PyConfig *config);
129 _PyPathConfig_UpdateGlobal(const PyConfig *config) in _PyPathConfig_UpdateGlobal() function
477 PyStatus status = _PyPathConfig_UpdateGlobal(config); in interpreter_update_config()567 status = _PyPathConfig_UpdateGlobal(config); in pyinit_core_reconfigure()
549 if (_PyStatus_EXCEPTION(_PyPathConfig_UpdateGlobal(config))) { in pymain_run_python()