Skip to content

Commit 5636c72

Browse files
committed
fix review idea
Signed-off-by: Manjusaka <me@manjusaka.me>
1 parent a8057aa commit 5636c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4060,9 +4060,9 @@ dummy_func(
40604060

40614061
assert(oparg == 1);
40624062
STAT_INC(CALL, hit);
4063-
INPUTS_DEAD();
40644063
PyObject *res_o = PyObject_Str(arg_o);
40654064
a = arg;
4065+
INPUTS_DEAD();
40664066
ERROR_IF(res_o == NULL);
40674067
res = PyStackRef_FromPyObjectSteal(res_o);
40684068
}

0 commit comments

Comments
 (0)