]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132415: Use shutil.which() in missing_compiler_executable() (#132906)
authorVictor Stinner <vstinner@python.org>
Fri, 25 Apr 2025 09:50:55 +0000 (11:50 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Apr 2025 09:50:55 +0000 (11:50 +0200)
commitde6482eda3a46cc9c9a03fb9ba57295ab99b4722
treea715b16181d172d5a6ae7fa66ff7d8ff663cbf41
parent6a9bfee4fa15dd487d2170f44c468fbaeca86e0c
gh-132415: Use shutil.which() in missing_compiler_executable() (#132906)

Replace deprecated distutils.spawn.find_executable() with
shutil.which() in missing_compiler_executable() of test.support.
Lib/test/support/__init__.py