Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
py/compile: Remove comment about TODO for short circuiting for if-stmt.
Short circuiting is handled correctly by c_if_cond, and constants within short-circuit expressions are optimised by the parser.
- Loading branch information