diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-09-24 15:44:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-24 15:44:15 (GMT) |
commit | 1ce152a42eaa917d7763bce93f1e1ca72530d7ca (patch) | |
tree | e6a43ecd6f9d776571f96544f763b016cf8047a9 /Lib/test | |
parent | b0e1ae5f5430433766e023c1a6936aeba0f2b84e (diff) | |
download | cpython-1ce152a42eaa917d7763bce93f1e1ca72530d7ca.zip cpython-1ce152a42eaa917d7763bce93f1e1ca72530d7ca.tar.gz cpython-1ce152a42eaa917d7763bce93f1e1ca72530d7ca.tar.bz2 |
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().
Diffstat (limited to 'Lib/test')
0 files changed, 0 insertions, 0 deletions