commit | 7056ca880bf4ff428dfb2c4eee67919dc43ecd34 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue Sep 04 11:40:29 2018 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 04 11:40:29 2018 +0200 |
tree | d218900ff2a0d150dbbd3dadf6da15f6ed371fcf | |
parent | 30af2e737aad427d4da97f8dadeeecff6c2b28f5 [diff] |
bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9058) distutils.spawn.find_executable() now falls back on os.defpath if the PATH environment variable is not set. (cherry picked from commit 39487196c87e28128ea907a0d9b8a88ba53f68d5)