Searched refs:_PyPathConfig_INIT (Results 1 – 2 of 2) sorted by relevance
57 #define _PyPathConfig_INIT {.module_search_path = NULL} macro
13 _PyPathConfig _Py_path_config = _PyPathConfig_INIT;58 _PyPathConfig new_config = _PyPathConfig_INIT; in _PyPathConfig_Init()