FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

C-analyzer tool cannot parse `#line` directives · Issue #102737 · python/cpython · GitHub

/ cpython Public

C-analyzer tool cannot parse #line directives #102737

Description

Bug report

#line directives were added to generated_cases.c.h in 70185de, but the C-analyzer tool cannot handle these directives. This caused the CI check to start failing on all PRs, e.g.:

The short term fix is to exclude ceval.c from the C-analyzer tool:

But ideally we'd remove ceval.c from the excluded files and teach the C-analyzer tool to handle #line directives.

Linked PRs

Metadata

Metadata

Labels

type-bugAn unexpected behavior, bug, or error

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


Back | FazBrowse Home | New Git URL