SIGN IN SIGN UP

bpo-37213: Handle negative line deltas correctly in the peephole optimizer (GH-13969)

The peephole optimizer was not optimizing correctly bytecode after negative deltas were introduced. This is due to the fact that some special values (255) were being searched for in both instruction pointer delta and line number deltas.
P
Pablo Galindo committed
3498c642f4e83f3d8e2214654c0fa8e0d51cebe5
Parent: 9549203
Committed by GitHub <noreply@github.com> on 6/13/2019, 6:16:22 PM