Skip to content

Commit 420510b

Browse files
Update Python/bytecodes.c
Co-authored-by: Ken Jin <kenjin4096@gmail.com>
1 parent a748859 commit 420510b

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
@@ -4362,7 +4362,7 @@ dummy_func(
43624362
}
43634363

43644364
// This is secretly a super-instruction
4365-
op(_CALL_LIST_APPEND, (callable, self, arg -- s, c)) {
4365+
op(_CALL_LIST_APPEND, (callable, self, arg -- c, s)) {
43664366
assert(oparg == 1);
43674367
PyObject *self_o = PyStackRef_AsPyObjectBorrow(self);
43684368

0 commit comments

Comments
 (0)