bpo-32030: Fix _Py_InitializeEx_Private() by vstinner · Pull Request #4649 · python/cpython · GitHub
Skip to content

bpo-32030: Fix _Py_InitializeEx_Private() - #4649

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:config_readenv
Nov 30, 2017
Merged

bpo-32030: Fix _Py_InitializeEx_Private()#4649
vstinner merged 1 commit into
python:masterfrom
vstinner:config_readenv

Conversation

@vstinner

@vstinner vstinner commented Nov 30, 2017

Copy link
Copy Markdown
Member

_Py_InitializeEx_Private() now calls
_PyMainInterpreterConfig_ReadEnv() to read environment variables
PYTHONHOME and PYTHONPATH, and set the program name.

https://bugs.python.org/issue32030

_Py_InitializeEx_Private() now calls
_PyMainInterpreterConfig_ReadEnv() to read environment variables
PYTHONHOME and PYTHONPATH, and set the program name.
@vstinner

Copy link
Copy Markdown
Member Author

@vstinner
vstinner merged commit bc8ac6b into python:master Nov 30, 2017
@vstinner
vstinner deleted the config_readenv branch November 30, 2017 17:03
@vstinner

Copy link
Copy Markdown
Member Author

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.

3 participants