]> granicus.if.org Git - python/commit
bpo-37289: Remove 'if False' handling in the peephole optimizer (GH-14099) (GH-14112)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 15 Jun 2019 15:22:08 +0000 (08:22 -0700)
committerPablo Galindo <Pablogsal@gmail.com>
Sat, 15 Jun 2019 15:22:08 +0000 (16:22 +0100)
commit284daeade210d3aac049f4278a1fb76d19e6d78a
treeb91952973efc296d621b73baf2e6860e85ec95c9
parent687af44df8caa69312b65d1bd7bf1f05dd1e5778
bpo-37289: Remove 'if False' handling in the peephole optimizer (GH-14099) (GH-14112)

(cherry picked from commit 7a68f8c28bb78d957555a5001dac4df6345434a0)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Python/peephole.c