summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2023-09-25 18:25:05 (GMT)
committerGitHub <noreply@github.com>2023-09-25 18:25:05 (GMT)
commitd73c12b88c2275fd44e27c91c24f3ac85419d2b8 (patch)
tree99657f07dc9aa2fd8070d8bf73644ff557ee72e6 /Misc
parent88a6137cdb81c80440d9d1ee7dee17ea0b820f11 (diff)
downloadcpython-d73c12b88c2275fd44e27c91c24f3ac85419d2b8.zip
cpython-d73c12b88c2275fd44e27c91c24f3ac85419d2b8.tar.gz
cpython-d73c12b88c2275fd44e27c91c24f3ac85419d2b8.tar.bz2
gh-109823: Adjust labels in compiler when removing an empty basic block which is a jump target (#109839)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-09-25-14-28-14.gh-issue-109823.kbVTKF.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-09-25-14-28-14.gh-issue-109823.kbVTKF.rst b/Misc/NEWS.d/next/Core and Builtins/2023-09-25-14-28-14.gh-issue-109823.kbVTKF.rst
new file mode 100644
index 0000000..793c89f
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-09-25-14-28-14.gh-issue-109823.kbVTKF.rst
@@ -0,0 +1,2 @@
+Fix bug where compiler does not adjust labels when removing an empty basic
+block which is a jump target.