Home
last modified time | relevance | path

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

/third_party/python/Python/
Dinitconfig.c2767 #define DUMP_CONFIG(NAME, FIELD) \ in _Py_DumpPathConfig() macro
2775 DUMP_CONFIG("PYTHONHOME", home); in _Py_DumpPathConfig()
2776 DUMP_CONFIG("PYTHONPATH", pythonpath_env); in _Py_DumpPathConfig()
2777 DUMP_CONFIG("program name", program_name); in _Py_DumpPathConfig()
2782 #undef DUMP_CONFIG in _Py_DumpPathConfig()