mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
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.
Miscellaneous source files for the main Python shared library