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 bpo-45952: Get the C analyzer tool working again. (gh-29882) 2021-12-01 11:20:20 -07:00
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