bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071)
Fix a regression introduced by af8646c8054d0f4180a2013383039b6a472f9698 that was causing code of the form: if True and False: do_something() to be optimized incorrectly, eliminating the block.
P
Pablo Galindo committed
05f831865545b08c9a21cfb7773af58b76ec64cb
Parent: d0eeb93
Committed by GitHub <noreply@github.com>
on 6/14/2019, 5:54:53 AM