# Bug report `#line` directives were added to `generated_cases.c.h` in https://github.com/python/cpython/commit/70185de1abfe428049a5c43d58fcb656b46db96c, but the C-analyzer tool cannot handle these directives. This caused the CI check to start failing on all PRs, e.g.: - https://github.com/python/cpython/pull/94468 - https://github.com/python/cpython/pull/102734 The short term fix is to exclude `ceval.c` from the C-analyzer tool: - #102735 But ideally we'd remove `ceval.c` from the excluded files and teach the C-analyzer tool to handle `#line` directives. <!-- gh-linked-prs --> ### Linked PRs * gh-102745 <!-- /gh-linked-prs -->