mirror of https://github.com/python/cpython
Browse Source
Fix a regression introduced by af8646c805 that was causing code of the form:
if True and False:
do_something()
to be optimized incorrectly, eliminating the block.
pull/14074/head
committed by
GitHub
3 changed files with 14 additions and 0 deletions
Loading…
Reference in new issue