]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 26 Jan 2022 23:50:30 +0000 (15:50 -0800)
committerGitHub <noreply@github.com>
Wed, 26 Jan 2022 23:50:30 +0000 (15:50 -0800)
commitff11effab7ae10b57719c066ee49b52d3991ead3
treeecef0b64865546036b81da7ff30654951bb4e8dc
parent49971b2d1890c15eeec2d83ea3e8d178f266c4f9
bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929)

Fix GCC detection in setup.py when cross-compiling. The C compiler is
now run with LC_ALL=C. Previously, the detection failed with a German
locale.
(cherry picked from commit a9503ac39474a9cb1b1935ddf159c0d9672b04b6)

Co-authored-by: Victor Stinner <vstinner@python.org>
Misc/NEWS.d/next/Build/2022-01-26-22-59-12.bpo-38472.RxfLho.rst [new file with mode: 0644]
setup.py