bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig by vstinner · Pull Request #4511 · python/cpython · GitHub
Skip to content

bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig - #4511

Merged
vstinner merged 2 commits into
python:masterfrom
vstinner:move_pythonpath
Nov 23, 2017
Merged

vstinner merged 2 commits into
python:masterfrom
vstinner:move_pythonpath

Conversation

@vstinner

@vstinner vstinner commented Nov 23, 2017

Copy link
Copy Markdown
Member

Move _PyCoreConfig.module_search_path_env to _PyMainInterpreterConfig
structure.

https://bugs.python.org/issue32030

Move _PyCoreConfig.module_search_path_env to _PyMainInterpreterConfig
structure.

@ncoghlan ncoghlan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! And this means at some point in the future we'll hopefully be able to replace the wchar_t * with a PyList * as PEP 432 describes :)

@vstinner
vstinner requested a review from a team as a code owner November 23, 2017 00:21
@vstinner

Copy link
Copy Markdown
Member Author

@ncoghlan

Copy link
Copy Markdown
Contributor

@vstinner
vstinner merged commit e32e79f into python:master Nov 23, 2017
@vstinner
vstinner deleted the move_pythonpath branch November 23, 2017 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants