Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpystate.h57 #define _PyPathConfig_INIT {.module_search_path = NULL} macro
/external/python/cpython3/Python/
Dpathconfig.c13 _PyPathConfig _Py_path_config = _PyPathConfig_INIT;
58 _PyPathConfig new_config = _PyPathConfig_INIT; in _PyPathConfig_Init()