Skip to content

Commit fd2c8e4

Browse files
committed
Address code review
1 parent 34bbad9 commit fd2c8e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/bytecodes.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4305,10 +4305,10 @@ dummy_func(
43054305
if (res_o == NULL) {
43064306
ERROR_NO_POP();
43074307
}
4308-
INPUTS_DEAD();
4309-
res = PyStackRef_FromPyObjectSteal(res_o);
43104308
a = arg;
43114309
c = callable;
4310+
INPUTS_DEAD();
4311+
res = PyStackRef_FromPyObjectSteal(res_o);
43124312
}
43134313

43144314
op(_GUARD_CALLABLE_ISINSTANCE, (callable, unused, unused, unused -- callable, unused, unused, unused)) {

0 commit comments

Comments
 (0)