-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-132415: Use shutil.which() in missing_compiler_executable() #132906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Replace deprecated distutils.spawn.find_executable() with shutil.which() in missing_compiler_executable() of test.support.
Example: https://buildbot.python.org/#/builders/64/builds/9220
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…ythonGH-132906) Replace deprecated distutils.spawn.find_executable() with shutil.which() in missing_compiler_executable() of test.support. (cherry picked from commit de6482e) Co-authored-by: Victor Stinner <vstinner@python.org>
GH-132916 is a backport of this pull request to the 3.13 branch. |
…GH-132906) (#132916) gh-132415: Use shutil.which() in missing_compiler_executable() (GH-132906) Replace deprecated distutils.spawn.find_executable() with shutil.which() in missing_compiler_executable() of test.support. (cherry picked from commit de6482e) Co-authored-by: Victor Stinner <vstinner@python.org>
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @vstinner, I could not cleanly backport this to
|
Sorry, @vstinner, I could not cleanly backport this to
|
Sorry, @vstinner, I could not cleanly backport this to
|
…ythonGH-132906) Replace deprecated distutils.spawn.find_executable() with shutil.which() in missing_compiler_executable() of test.support. (cherry picked from commit de6482e) Co-authored-by: Victor Stinner <vstinner@python.org>
GH-135392 is a backport of this pull request to the 3.12 branch. |
Actually nevermind the backports to 3.9 - 3.11, distutils is still there. |
…GH-132906) (GH-135392) Replace deprecated distutils.spawn.find_executable() with shutil.which() in missing_compiler_executable() of test.support. (cherry picked from commit de6482e) Co-authored-by: Victor Stinner <vstinner@python.org>
Replace deprecated distutils.spawn.find_executable() with shutil.which() in missing_compiler_executable() of test.support.
test.wheeldata
and removewheel.whl
#132415