Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca4887d

Browse files
committed
nit
1 parent 2aa4010 commit ca4887d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Python/compile.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,8 +929,7 @@ compiler_next_instr(basicblock *b)
929929
(new)->u_lineno = (old)->u_lineno; \
930930
(new)->u_col_offset = (old)->u_col_offset; \
931931
(new)->u_end_lineno = (old)->u_end_lineno; \
932-
(new)->u_end_col_offset = (old)->u_end_col_offset; \
933-
932+
(new)->u_end_col_offset = (old)->u_end_col_offset;
934933

935934
#define COPY_INSTR_LOC(old, new) \
936935
(new).i_lineno = (old).i_lineno; \

0 commit comments

Comments
 (0)