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

Skip to content

Commit 57071ce

Browse files
committed
Oops, "=" is not a comparison operator
1 parent f21c8ed commit 57071ce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/ast.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,6 @@ ast_for_comp_op(const node *n)
471471
case GREATER:
472472
return Gt;
473473
case EQEQUAL: /* == */
474-
case EQUAL:
475474
return Eq;
476475
case LESSEQUAL:
477476
return LtE;

0 commit comments

Comments
 (0)