Staging
v0.5.1
https://github.com/python/cpython
Revision bc8ac6b00efcb3c601224b73f64071281f434bcd authored by Victor Stinner on 30 November 2017, 17:03:55 UTC, committed by GitHub on 30 November 2017, 17:03:55 UTC
_Py_InitializeEx_Private() now calls
_PyMainInterpreterConfig_ReadEnv() to read environment variables
PYTHONHOME and PYTHONPATH, and set the program name.
1 parent 0efc024
History
Tip revision: bc8ac6b00efcb3c601224b73f64071281f434bcd authored by Victor Stinner on 30 November 2017, 17:03:55 UTC
bpo-32030: Fix _Py_InitializeEx_Private() (#4649)
Tip revision: bc8ac6b
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.5 KB
_testembed.c -rw-r--r-- 5.8 KB
python.c -rw-r--r-- 3.1 KB

README

back to top