bpo-38234: Py_SetPath() uses the program full path (GH-16357)
Py_SetPath() now sets sys.executable to the program full path (Py_GetProgramFullPath()), rather than to the program name (Py_GetProgramName()). Fix also memory leaks in pathconfig_set_from_config().
V
Victor Stinner committed
1ce152a42eaa917d7763bce93f1e1ca72530d7ca
Parent: b0e1ae5
Committed by GitHub <noreply@github.com>
on 9/24/2019, 3:44:15 PM