Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
Bug report
#line directives were added togenerated_cases.c.h in70185de, but the C-analyzer tool cannot handle these directives. This caused the CI check to start failing on all PRs, e.g.:
- gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging #94468
- Simplify and speed-up math.hypot() and math.dist() #102734
The short term fix is to excludeceval.c from the C-analyzer tool:
But ideally we'd removeceval.c from the excluded files and teach the C-analyzer tool to handle#line directives.