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.
(cherry picked from commit 3498c642f4)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-06-13 11:35:40 -07:00 committed by GitHub
parent ec3839a215
commit 5282b3b1d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 4234 additions and 4150 deletions

File diff suppressed because it is too large Load diff