bpo-32030: Add _PyCoreConfig.module_search_path_env by vstinner · Pull Request #4504 · python/cpython
vstinner
changed the title
bpo-32030: Add _PyCoreConfig.pythonpath field
bpo-32030: Add _PyCoreConfig.env_path field
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.
vstinner
changed the title
bpo-32030: Add _PyCoreConfig.env_path field
bpo-32030: Add _PyCoreConfig.module_search_path_env field
vstinner
changed the title
bpo-32030: Add _PyCoreConfig.module_search_path_env field
bpo-32030: Add _PyCoreConfig.module_search_path_env
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters