Home
last modified time | relevance | path

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

/third_party/python/Python/
Dinitconfig.c3001 #define DUMP_CONFIG(NAME, FIELD) \ in _Py_DumpPathConfig() macro
3009 DUMP_CONFIG("PYTHONHOME", home); in _Py_DumpPathConfig()
3010 DUMP_CONFIG("PYTHONPATH", pythonpath_env); in _Py_DumpPathConfig()
3011 DUMP_CONFIG("program name", program_name); in _Py_DumpPathConfig()
3016 #undef DUMP_CONFIG in _Py_DumpPathConfig()