-
- Downloads
py: Add compiler optimisation for conditions in parenthesis.
Optimises: if () -> if False if (x,...) -> if True if (a and b) -> if a and b
Loading
Please register or sign in to comment
Optimises: if () -> if False if (x,...) -> if True if (a and b) -> if a and b