8000 gh-106280: Remove unnecessary unreachable code (gh-106285) · python/cpython@02ce3d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 02ce3d5

Browse files
authored
gh-106280: Remove unnecessary unreachable code (gh-106285)
1 parent a8ae739 commit 02ce3d5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Python/ceval.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2845,9 +2845,6 @@ _PyUopExecute(_PyExecutorObject *executor, _PyInterpreterFrame *frame, PyObject
28452845
{
28462846
fprintf(stderr, "Unknown uop %d, operand %" PRIu64 "\n", opcode, operand);
28472847
Py_FatalError("Unknown uop");
2848-
abort(); // Unreachable
2849-
for (;;) {}
2850-
// Really unreachable
28512848
}
28522849

28532850
}

0 commit comments

Comments
 (0)
0