Skip to content

Commit e2d9b28

Browse files
committed
and a few more
1 parent e9dd9c9 commit e2d9b28

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Python/bytecodes.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4326,6 +4326,7 @@ dummy_func(
43264326
DECREF_INPUTS();
43274327
ERROR_IF(res_o == NULL, error);
43284328
res = PyStackRef_FromPyObjectSteal(res_o);
4329+
LOAD_NEXT_OP_F();
43294330
}
43304331

43314332
macro(CALL_METHOD_DESCRIPTOR_FAST) =
@@ -4690,6 +4691,7 @@ dummy_func(
46904691
PyStackRef_CLOSE(func_st);
46914692
ERROR_IF(result_o == NULL, error);
46924693
result = PyStackRef_FromPyObjectSteal(result_o);
4694+
LOAD_NEXT_OP_F();
46934695
}
46944696

46954697
macro(CALL_FUNCTION_EX) =

Python/generated_cases.c.h

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

0 commit comments

Comments
 (0)