-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Closed
Copy link
Labels
Description
Bug report
Link: https://github.com/python/cpython/actions/runs/11333284963/job/31517441366#step:8:9113
Report:
Python/generated_cases.c.h: In function ‘_PyEval_EvalFrameDefault’:
Python/generated_cases.c.h:4738:46: warning: this statement may fall through [-Wimplicit-fallthrough=]
4738 | TARGET(INSTRUMENTED_LOAD_SUPER_ATTR) {
| ^
In file included from Python/ceval.c:679:
Python/ceval_macros.h:77:22: note: here
77 | # define TARGET(op) case op: TARGET_##op:
| ^~~~
Python/generated_cases.c.h:4752:9: note: in expansion of macro ‘TARGET’
4752 | TARGET(INSTRUMENTED_POP_JUMP_IF_FALSE) {
| ^~~~~~
Python/generated_cases.c.h:5049:34: warning: this statement may fall through [-Wimplicit-fallthrough=]
5049 | TARGET(INTERPRETER_EXIT) {
| ^
Python/ceval_macros.h:77:22: note: here
77 | # define TARGET(op) case op: TARGET_##op:
| ^~~~
Python/generated_cases.c.h:5066:9: note: in expansion of macro ‘TARGET’
5066 | TARGET(IS_OP) {
| ^~~~~~
Python/generated_cases.c.h:6817:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
6817 | TARGET(RAISE_VARARGS) {
| ^
Python/ceval_macros.h:77:22: note: here
77 | # define TARGET(op) case op: TARGET_##op:
| ^~~~
Python/generated_cases.c.h:6842:9: note: in expansion of macro ‘TARGET’
6842 | TARGET(RERAISE) {
| ^~~~~~
Note that other builds do not have this warning.
Then this job gets canceled due to timeout:
There are several other similar failures due to timeout: https://github.com/python/cpython/actions/runs/11333284963/job/31517441919

Linked PRs
savannahostrowski