cpython/Tools/c-analyzer/c_parser/preprocessor
Miss Islington (bot) 9cc0533459
[3.11] Fix c-analyzer for GCC: ignore LANG env var (GH-106173) (#106177)
Fix c-analyzer for GCC: ignore LANG env var (GH-106173)

The c-analyzer doesn't support GCC localized messages, so just unset
the LANG environment variable.
(cherry picked from commit 1f74b9e933)

Co-authored-by: Victor Stinner <vstinner@python.org>
2023-06-28 05:17:31 +02:00
..
__init__.py
__main__.py
common.py [3.11] Fix c-analyzer for GCC: ignore LANG env var (GH-106173) (#106177) 2023-06-28 05:17:31 +02:00
errors.py
gcc.py
pure.py