]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix c-analyzer for GCC: ignore LANG env var (#106173)
authorVictor Stinner <vstinner@python.org>
Wed, 28 Jun 2023 02:50:51 +0000 (04:50 +0200)
committerGitHub <noreply@github.com>
Wed, 28 Jun 2023 02:50:51 +0000 (02:50 +0000)
commit1f74b9e933d546a015e8497e3b8728357196acc8
treeee4c4b047157cdbc1c9ab61f040745137df597b2
parentadaacf26d3c407e311b453c71abc40672ee549df
Fix c-analyzer for GCC: ignore LANG env var (#106173)

The c-analyzer doesn't support GCC localized messages, so just unset
the LANG environment variable.
Tools/c-analyzer/c_parser/preprocessor/common.py