Searched refs:_PyConfig_InitPathConfig (Results 1 – 4 of 4) sorted by relevance
155 extern PyStatus _PyConfig_InitPathConfig(
430 _PyConfig_InitPathConfig(PyConfig *config, int compute_path_config) in _PyConfig_InitPathConfig() function
1082 status = _PyConfig_InitPathConfig(&interp->config, 1); in init_interp_main()
2146 status = _PyConfig_InitPathConfig(config, compute_path_config); in config_read()