Home
last modified time | relevance | path

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

/third_party/python/Python/
Dsysmodule.c2944 #define COPY_LIST(KEY, VALUE) \ in _PySys_UpdateConfig() macro
2956 COPY_LIST("path", config->module_search_paths); in _PySys_UpdateConfig()
2973 COPY_LIST("argv", config->argv); in _PySys_UpdateConfig()
2974 COPY_LIST("orig_argv", config->orig_argv); in _PySys_UpdateConfig()
2975 COPY_LIST("warnoptions", config->warnoptions); in _PySys_UpdateConfig()
2980 #undef COPY_LIST in _PySys_UpdateConfig()