cpython/Tools/c-analyzer/c_parser
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
..
parser gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650) (GH-95780) 2022-08-10 12:55:50 +02:00
preprocessor [3.11] Fix c-analyzer for GCC: ignore LANG env var (GH-106173) (#106177) 2023-06-28 05:17:31 +02:00
__init__.py bpo-45952: Get the C analyzer tool working again. (gh-29882) 2021-12-01 11:20:20 -07:00
__main__.py
_state_machine.py
datafiles.py
info.py gh-81057: Fix indent. (gh-92267) 2022-05-03 15:44:52 -06:00
match.py
source.py