Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 47c304e

Browse filesBrowse files
committed
Remove two unused error branches.
1 parent 732d1b0 commit 47c304e
Copy full SHA for 47c304e

File tree

Expand file treeCollapse file tree

2 files changed

+0
-26
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-26
lines changed

‎Python/bytecodes.c

Copy file name to clipboardExpand all lines: Python/bytecodes.c
-12Lines 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

Copy file name to clipboardExpand all lines: Python/generated_cases.c.h
-14Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.