Skip to content

Commit aa3d408

Browse files
reduce diff
1 parent e4f2147 commit aa3d408

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

Python/bytecodes.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,6 @@ dummy_func(
13681368
Py_INCREF(exc);
13691369
_PyErr_SetRaisedException(tstate, exc);
13701370
monitor_reraise(tstate, frame, this_instr);
1371-
INPUTS_DEAD();
13721371
goto exception_unwind;
13731372
}
13741373
}
@@ -1389,9 +1388,6 @@ dummy_func(
13891388
else {
13901389
_PyErr_SetRaisedException(tstate, Py_NewRef(exc_value));
13911390
monitor_reraise(tstate, frame, this_instr);
1392-
INPUTS_DEAD();
1393-
none = PyStackRef_NULL;
1394-
value = PyStackRef_NULL;
13951391
goto exception_unwind;
13961392
}
13971393
}

Python/generated_cases.c.h

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

Python/generated_tail_call_handlers.c.h

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

0 commit comments

Comments
 (0)