Skip to content

Commit 47c304e

Browse files
committed
Remove two unused error branches.
1 parent 732d1b0 commit 47c304e

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

Python/bytecodes.c

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5296,18 +5296,6 @@ dummy_func(
52965296
assert(tstate->tracing || eval_breaker == FT_ATOMIC_LOAD_UINTPTR_ACQUIRE(_PyFrame_GetCode(frame)->_co_instrumentation_version));
52975297
}
52985298

5299-
label(pop_4_error) {
5300-
stack_pointer -= 4;
5301-
assert(WITHIN_STACK_BOUNDS());
5302-
goto error;
5303-
}
5304-
5305-
label(pop_3_error) {
5306-
stack_pointer -= 3;
5307-
assert(WITHIN_STACK_BOUNDS());
5308-
goto error;
5309-
}
5310-
53115299
label(pop_2_error) {
53125300
stack_pointer -= 2;
53135301
assert(WITHIN_STACK_BOUNDS());

Python/generated_cases.c.h

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)