bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504)
Changes: * Py_Main() initializes _PyCoreConfig.module_search_path_env from the PYTHONPATH environment variable. * PyInterpreterState_New() now initializes core_config and config fields * Compute sys.path a little bit ealier in _Py_InitializeMainInterpreter() and new_interpreter() * Add _Py_GetPathWithConfig() private function.
V
Victor Stinner committed
d4341109746aa15e1909e63b30b93b6133ffe401
Parent: 8265627
Committed by GitHub <noreply@github.com>
on 11/22/2017, 11:12:09 PM