distutils.spawn.find_executable() now falls back on os.defpath if the PATH environment variable is not set. (cherry picked from commit 3948719) Co-authored-by: Victor Stinner <vstinner@redhat.com>
|
@vstinner: Backport status check is done, and it's a failure ❌ . |
|
@vstinner: Backport status check is done, and it's a failure ❌ . |
|
AppVeyor failed on https://bugs.python.org/issue34575 |
distutils.spawn.find_executable() now falls back on os.defpath if the
PATH environment variable is not set.
(cherry picked from commit 3948719)
Co-authored-by: Victor Stinner vstinner@redhat.com
https://bugs.python.org/issue34530