mirror of
https://github.com/python/cpython.git
synced 2025-08-05 01:18:26 +00:00

gh-120367: fix removal of redundant NOPs and jumps after reordering hot-cold blocks (GH-120425)
(cherry picked from commit 21866c8ed2
)
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
2 lines
133 B
ReStructuredText
2 lines
133 B
ReStructuredText
Fix crash in compiler on code with redundant NOPs and JUMPs which show up
|
|
after exception handlers are moved to the end of the code.
|