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 f21c8ed commit 57071ceCopy full SHA for 57071ce
1 file changed
Python/ast.c
@@ -471,7 +471,6 @@ ast_for_comp_op(const node *n)
471
case GREATER:
472
return Gt;
473
case EQEQUAL: /* == */
474
- case EQUAL:
475
return Eq;
476
case LESSEQUAL:
477
return LtE;
0 commit comments