summaryrefslogtreecommitdiffstats
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2019-06-13 18:16:22 (GMT)
committerGitHub <noreply@github.com>2019-06-13 18:16:22 (GMT)
commit3498c642f4e83f3d8e2214654c0fa8e0d51cebe5 (patch)
tree07d51da51f406a38f216a877838af3902b1161f0 /Python/ceval.c
parent95492032c48fef20b9c7076a23fe7e46927a4688 (diff)
downloadcpython-3498c642f4e83f3d8e2214654c0fa8e0d51cebe5.zip
cpython-3498c642f4e83f3d8e2214654c0fa8e0d51cebe5.tar.gz
cpython-3498c642f4e83f3d8e2214654c0fa8e0d51cebe5.tar.bz2
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.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions