Skip to content

Commit

Permalink
reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidget-Spinner committed Jan 20, 2025
1 parent e4f2147 commit aa3d408
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Python/bytecodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,6 @@ dummy_func(
Py_INCREF(exc);
_PyErr_SetRaisedException(tstate, exc);
monitor_reraise(tstate, frame, this_instr);
INPUTS_DEAD();
goto exception_unwind;
}
}
Expand All @@ -1389,9 +1388,6 @@ dummy_func(
else {
_PyErr_SetRaisedException(tstate, Py_NewRef(exc_value));
monitor_reraise(tstate, frame, this_instr);
INPUTS_DEAD();
none = PyStackRef_NULL;
value = PyStackRef_NULL;
goto exception_unwind;
}
}
Expand Down
2 changes: 0 additions & 2 deletions Python/generated_cases.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Python/generated_tail_call_handlers.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa3d408

Please sign in to comment.