There was an error while loading. Please reload this page.
1 parent e9dd9c9 commit e2d9b28Copy full SHA for e2d9b28
2 files changed
Python/bytecodes.c
@@ -4326,6 +4326,7 @@ dummy_func(
4326
DECREF_INPUTS();
4327
ERROR_IF(res_o == NULL, error);
4328
res = PyStackRef_FromPyObjectSteal(res_o);
4329
+ LOAD_NEXT_OP_F();
4330
}
4331
4332
macro(CALL_METHOD_DESCRIPTOR_FAST) =
@@ -4690,6 +4691,7 @@ dummy_func(
4690
4691
PyStackRef_CLOSE(func_st);
4692
ERROR_IF(result_o == NULL, error);
4693
result = PyStackRef_FromPyObjectSteal(result_o);
4694
4695
4696
4697
macro(CALL_FUNCTION_EX) =
Python/generated_cases.c.h
0 commit comments