]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120367: fix removal of redundant NOPs and jumps after reordering hot-cold...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 Jun 2024 15:07:20 +0000 (17:07 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2024 15:07:20 +0000 (16:07 +0100)
commit61a2229005749dac782fc2e950d3f4fd25ed2181
tree09fc04b50bbf2c3de29bcc1f2a1a394f499bc9ee
parent7c47f93dff878bdc43f5162dd878cbb375711570
[3.13] gh-120367: fix removal of redundant NOPs and jumps after reordering hot-cold blocks (GH-120425) (#120621)

gh-120367: fix removal of redundant NOPs and jumps after reordering hot-cold blocks (GH-120425)
(cherry picked from commit 21866c8ed296524f0ca175c0f55b43744c2b30df)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2024-06-12-18-50-29.gh-issue-120367.LmXx2y.rst [new file with mode: 0644]
Python/flowgraph.c