Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa4010 commit ff0cf41Copy full SHA for ff0cf41
1 file changed
Python/compile.c
@@ -929,7 +929,7 @@ compiler_next_instr(basicblock *b)
929
(new)->u_lineno = (old)->u_lineno; \
930
(new)->u_col_offset = (old)->u_col_offset; \
931
(new)->u_end_lineno = (old)->u_end_lineno; \
932
- (new)->u_end_col_offset = (old)->u_end_col_offset; \
+ (new)->u_end_col_offset = (old)->u_end_col_offset;
933
934
935
#define COPY_INSTR_LOC(old, new) \
0 commit comments