Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_initconfig.h158 extern PyStatus _PyConfig_Read(PyConfig *config, int compute_path_config);
/third_party/python/Python/
Dinitconfig.c2892 _PyConfig_Read(PyConfig *config, int compute_path_config) in _PyConfig_Read() function
2953 return _PyConfig_Read(config, 1); in PyConfig_Read()
Dpylifecycle.c1023 status = _PyConfig_Read(&config, 0); in pyinit_core()