Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dinitconfig.c2707 #define DUMP_CONFIG(NAME, FIELD) \ in _Py_DumpPathConfig() macro
2715 DUMP_CONFIG("PYTHONHOME", home); in _Py_DumpPathConfig()
2716 DUMP_CONFIG("PYTHONPATH", pythonpath_env); in _Py_DumpPathConfig()
2717 DUMP_CONFIG("program name", program_name); in _Py_DumpPathConfig()
2722 #undef DUMP_CONFIG in _Py_DumpPathConfig()