SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

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.
V
Victor Stinner committed
a9503ac39474a9cb1b1935ddf159c0d9672b04b6
Parent: 8548366
Committed by GitHub <noreply@github.com> on 1/26/2022, 11:22:04 PM