]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929)
authorVictor Stinner <vstinner@python.org>
Wed, 26 Jan 2022 23:22:04 +0000 (00:22 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Jan 2022 23:22:04 +0000 (00:22 +0100)
commita9503ac39474a9cb1b1935ddf159c0d9672b04b6
treedc4806f3cc90ea5fedc6bbf93c6ec9722708acf3
parent85483668647e7840c7b9a1877caaf2ef14a4443f
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.
Misc/NEWS.d/next/Build/2022-01-26-22-59-12.bpo-38472.RxfLho.rst [new file with mode: 0644]
setup.py