Commit b4a160a
[3.13] pythongh-132415: Use shutil.which() in missing_compiler_executable() (pythonGH-132906) (python#132916)
pythongh-132415: Use shutil.which() in missing_compiler_executable() (pythonGH-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>1 parent 8a759c2 commit b4a160a
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1893 | 1893 | | |
1894 | 1894 | | |
1895 | 1895 | | |
1896 | | - | |
| 1896 | + | |
1897 | 1897 | | |
| 1898 | + | |
1898 | 1899 | | |
1899 | 1900 | | |
1900 | 1901 | | |
| |||
1913 | 1914 | | |
1914 | 1915 | | |
1915 | 1916 | | |
1916 | | - | |
| 1917 | + | |
1917 | 1918 | | |
1918 | 1919 | | |
1919 | 1920 | | |
| |||
0 commit comments