]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109719: Fix missing jump target labels when compiler reorders cold/warm...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 24 Sep 2023 11:51:30 +0000 (04:51 -0700)
committerGitHub <noreply@github.com>
Sun, 24 Sep 2023 11:51:30 +0000 (13:51 +0200)
commit633bd6e428fa9d2f1c868a3b02b466f69151d1bf
tree30863f6b73c429b31ace181d23bd2d6d4f3069ce
parentf6287bd46fce5d9246503ebccac0536f229bd269
[3.12] gh-109719: Fix missing jump target labels when compiler reorders cold/warm blocks (GH-109734) (#109749)

gh-109719: Fix missing jump target labels when compiler reorders cold/warm blocks (GH-109734)
(cherry picked from commit 7c553991724d8d537f8444db73f016008753d77a)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2023-09-22-13-38-17.gh-issue-109719.fx5OTz.rst [new file with mode: 0644]
Python/flowgraph.c