mirror of
https://github.com/python/cpython.git
synced 2025-09-06 17:02:26 +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:
|
case GREATER:
|
||||||
return Gt;
|
return Gt;
|
||||||
case EQEQUAL: /* == */
|
case EQEQUAL: /* == */
|
||||||
case EQUAL:
|
|
||||||
return Eq;
|
return Eq;
|
||||||
case LESSEQUAL:
|
case LESSEQUAL:
|
||||||
return LtE;
|
return LtE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue