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 4cc63e0 commit 09edde9Copy full SHA for 09edde9
1 file changed
Python/compile.c
@@ -153,7 +153,7 @@ location_is_after(location loc1, location loc2) {
153
static inline bool
154
same_location(location a, location b)
155
{
156
- return a.lineno == b.lineno &&
+ return a.lineno == b.lineno &&
157
a.end_lineno == b.end_lineno &&
158
a.col_offset == b.col_offset &&
159
a.end_col_offset == b.end_col_offset;
0 commit comments