Skip to content

Commit 1c4d1ad

Browse files
Fix error path
1 parent 41fa9e3 commit 1c4d1ad

File tree

4 files changed

+19
-14
lines changed

4 files changed

+19
-14
lines changed

Include/internal/pycore_uop_metadata.h

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

Python/bytecodes.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4899,6 +4899,7 @@ dummy_func(
48994899
tstate, func_st, locals,
49004900
nargs, callargs, kwargs, frame);
49014901
INPUTS_DEAD();
4902+
SYNC_SP();
49024903
if (new_frame == NULL) {
49034904
ERROR_NO_POP();
49044905
}

Python/executor_cases.c.h

Lines changed: 14 additions & 10 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 & 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)