Home
last modified time | relevance | path

Searched refs:_PyPathConfig_INIT (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_pathconfig.h34 # define _PyPathConfig_INIT \ macro
39 # define _PyPathConfig_INIT \ macro
/external/python/cpython3/Python/
Dpathconfig.c17 _PyPathConfig _Py_path_config = _PyPathConfig_INIT;
332 _PyPathConfig pathconfig = _PyPathConfig_INIT; in config_calculate_pathconfig()