GH-125515: Remove two unused error branches. (#133181)
Remove two unused error branches in the generated bytecode handling.
This commit is contained in:
committed by
GitHub
parent
327f5ff9fa
commit
6c522debc2
14
Python/generated_cases.c.h
generated
14
Python/generated_cases.c.h
generated
@@ -12230,20 +12230,6 @@ JUMP_TO_LABEL(error);
|
||||
#endif /* Py_TAIL_CALL_INTERP */
|
||||
/* BEGIN LABELS */
|
||||
|
||||
LABEL(pop_4_error)
|
||||
{
|
||||
stack_pointer -= 4;
|
||||
assert(WITHIN_STACK_BOUNDS());
|
||||
JUMP_TO_LABEL(error);
|
||||
}
|
||||
|
||||
LABEL(pop_3_error)
|
||||
{
|
||||
stack_pointer -= 3;
|
||||
assert(WITHIN_STACK_BOUNDS());
|
||||
JUMP_TO_LABEL(error);
|
||||
}
|
||||
|
||||
LABEL(pop_2_error)
|
||||
{
|
||||
stack_pointer -= 2;
|
||||
|
||||
Reference in New Issue
Block a user