bpo-34530: Fix distutils find_executable() (GH-9049)
distutils.spawn.find_executable() now falls back on os.defpath if the PATH environment variable is not set.
Showing
Please register or sign in to comment
distutils.spawn.find_executable() now falls back on os.defpath if the PATH environment variable is not set.