bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298)
* If Py_SetPath() has been called, _PyConfig_InitPathConfig() now uses its value. * Py_Initialize() now longer copies path configuration from PyConfig to the global path configuration (_Py_path_config).
V
Victor Stinner committed
e267793aa4101b2771ed0e66aaff5743d23f59af
Parent: 77af229
Committed by GitHub <noreply@github.com>
on 9/20/2019, 11:50:16 PM