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 Fix typos in the Tools directory (GH-28769) 2021-10-06 10:55:16 -07:00
__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 bpo-36876: Fix the C analyzer tool. (GH-22841) 2020-10-22 18:42:51 -06:00
gcc.py bpo-36876: Fix the C analyzer tool. (GH-22841) 2020-10-22 18:42:51 -06:00
pure.py bpo-36876: Fix the C analyzer tool. (GH-22841) 2020-10-22 18:42:51 -06:00