Eval boolean operations #1056
Labels
feature
New feature or request
help wanted
Extra attention is needed
level:advanced
Needs a lot of care
Milestone
We need to eval things we can.
This issue is about working with booleans.
For example:
True and False
isFalse
, we can easily find this out.But,
True and False
is not semantically the same asFalse
, becauseFalse
isast.NameConst
andTrue and False
isast.BinOp
That's why evaluating booleans will give us new potential to find new bugs.
Related: #1009
The text was updated successfully, but these errors were encountered: