Skip to content

Commit bba9435

Browse files
address review
1 parent 225d6db commit bba9435

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Python/bytecodes.c

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

39923992
assert(oparg == 1);
39933993
STAT_INC(CALL, hit);
3994+
a = arg;
39943995
INPUTS_DEAD();
39953996
res = PyStackRef_FromPyObjectNew(Py_TYPE(arg_o));
3996-
a = arg;
39973997
}
39983998

39993999
macro(CALL_TYPE_1) =

Python/executor_cases.c.h

Lines changed: 4 additions & 4 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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)