◐ Shell
clean mode source ↗

bpo-32030: Add _PyCoreConfig.module_search_path_env by vstinner · Pull Request #4504 · python/cpython

@vstinner vstinner changed the title bpo-32030: Add _PyCoreConfig.pythonpath field bpo-32030: Add _PyCoreConfig.env_path field

Nov 22, 2017
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 vstinner changed the title bpo-32030: Add _PyCoreConfig.env_path field bpo-32030: Add _PyCoreConfig.module_search_path_env field

Nov 22, 2017

@vstinner vstinner changed the title bpo-32030: Add _PyCoreConfig.module_search_path_env field bpo-32030: Add _PyCoreConfig.module_search_path_env

Nov 22, 2017