mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
Oops, "=" is not a comparison operator
This commit is contained in:
parent
f21c8ed58a
commit
57071ce545
1 changed files with 0 additions and 1 deletions
|
@ -471,7 +471,6 @@ ast_for_comp_op(const node *n)
|
|||
case GREATER:
|
||||
return Gt;
|
||||
case EQEQUAL: /* == */
|
||||
case EQUAL:
|
||||
return Eq;
|
||||
case LESSEQUAL:
|
||||
return LtE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue