-
Victor Stinner authored
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().
1ce152a4
lab.nexedi.com will be down from Thuesday, 10 Febuary 2026, 06:50:00 UTC for a duration of approximately 2 hours
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().