summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-09-24 11:51:30 (GMT)
committerGitHub <noreply@github.com>2023-09-24 11:51:30 (GMT)
commit633bd6e428fa9d2f1c868a3b02b466f69151d1bf (patch)
tree30863f6b73c429b31ace181d23bd2d6d4f3069ce /Misc
parentf6287bd46fce5d9246503ebccac0536f229bd269 (diff)
downloadcpython-633bd6e428fa9d2f1c868a3b02b466f69151d1bf.zip
cpython-633bd6e428fa9d2f1c868a3b02b466f69151d1bf.tar.gz
cpython-633bd6e428fa9d2f1c868a3b02b466f69151d1bf.tar.bz2
[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>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-09-22-13-38-17.gh-issue-109719.fx5OTz.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-09-22-13-38-17.gh-issue-109719.fx5OTz.rst b/Misc/NEWS.d/next/Core and Builtins/2023-09-22-13-38-17.gh-issue-109719.fx5OTz.rst
new file mode 100644
index 0000000..83be54c
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-09-22-13-38-17.gh-issue-109719.fx5OTz.rst
@@ -0,0 +1 @@
+Fix missing jump target labels when compiler reorders cold/warm blocks.