bpo-29469: Remove unnecessary peephole optimizer (GH-4863)
Conversions like `not a is b -> a is not b` are implemented in AST optimizer in previous commit (7ea143a). So this commit removes them from peephole optimizer.
I
INADA Naoki committed
eadad1b97f64619bfd246b9d3b60d25f456e0592
Parent: 374c6e1
Committed by GitHub <noreply@github.com>
on 12/14/2017, 1:18:26 PM