summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Core and Builtins/2019-06-14-06-32-33.bpo-37269.SjVVAe.rst
blob: b9b79066774f86db2f425af19848473e0d019609 (plain)
1
2
Fix a bug in the peephole optimizer that was not treating correctly constant
conditions with binary operators. Patch by Pablo Galindo.