Skip to content

Commit 0bea1f1

Browse files
committed
Reduce diff
1 parent 00cd065 commit 0bea1f1

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

Include/internal/pycore_uop_metadata.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Python/bytecodes.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3903,9 +3903,10 @@ dummy_func(
39033903
DEAD(self);
39043904
_PyInterpreterFrame *temp = _PyEvalFramePushAndInit(
39053905
tstate, init[0], NULL, args-1, oparg+1, NULL, shim);
3906+
SYNC_SP();
39063907
if (temp == NULL) {
39073908
_PyEval_FrameClearAndPop(tstate, shim);
3908-
ERROR_IF(true, error);
3909+
ERROR_NO_POP();
39093910
}
39103911
init_frame = temp;
39113912
frame->return_offset = 1 + INLINE_CACHE_ENTRIES_CALL;

Python/executor_cases.c.h

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

Python/generated_cases.c.h

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

0 commit comments

Comments
 (0)