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.
This commit is contained in:
Pablo Galindo 2019-06-13 19:16:22 +01:00 committed by GitHub
parent 95492032c4
commit 3498c642f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 4234 additions and 4150 deletions

2213
Python/importlib.h generated

File diff suppressed because it is too large Load diff