GH-125515: Mark code after "return" as unreachable in the cases generator (#133178)

Mark code after "return" as unreachable
This commit is contained in:
Brandt Bucher 2025-04-29 17:21:14 -07:00 committed by GitHub
parent 42b0b0667e
commit b329096cfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View file

@ -7464,9 +7464,6 @@
PyObject *result = PyStackRef_AsPyObjectSteal(retval);
LLTRACE_RESUME_FRAME();
return result;
stack_pointer += -1;
assert(WITHIN_STACK_BOUNDS());
DISPATCH();
}
TARGET(IS_OP) {