Skip to content

Commit efbaea3

Browse files
committed
update comment
1 parent cbb3431 commit efbaea3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Python/flowgraph.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,12 +1455,12 @@ fold_tuple_of_constants(basicblock *bb, int i, PyObject *consts, PyObject *const
14551455
/* Replace:
14561456
BUILD_LIST 0
14571457
LOAD_CONST c1
1458-
LIST_APPEND
1458+
LIST_APPEND 1
14591459
LOAD_CONST c2
1460-
LIST_APPEND
1460+
LIST_APPEND 1
14611461
...
14621462
LOAD_CONST cN
1463-
LIST_APPEND
1463+
LIST_APPEND 1
14641464
CALL_INTRINSIC_1 INTRINSIC_LIST_TO_TUPLE
14651465
with:
14661466
LOAD_CONST (c1, c2, ... cN)

0 commit comments

Comments
 (0)