| commit | e267793aa4101b2771ed0e66aaff5743d23f59af | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <vstinner@redhat.com> | Sat Sep 21 01:50:16 2019 +0200 |
| committer | GitHub <noreply@github.com> | Sat Sep 21 01:50:16 2019 +0200 |
| tree | f1378008cb479ac5d1841bc10ef2f055a5d98bf6 | |
| parent | 77af2290e594479002aa7d8f914d1f38b14a4854 [diff] |
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).