]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109823: Adjust labels in compiler when removing an empty basic block which is...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 25 Sep 2023 18:25:05 +0000 (19:25 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Sep 2023 18:25:05 +0000 (18:25 +0000)
commitd73c12b88c2275fd44e27c91c24f3ac85419d2b8
tree99657f07dc9aa2fd8070d8bf73644ff557ee72e6
parent88a6137cdb81c80440d9d1ee7dee17ea0b820f11
gh-109823: Adjust labels in compiler when removing an empty basic block which is a jump target (#109839)
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2023-09-25-14-28-14.gh-issue-109823.kbVTKF.rst [new file with mode: 0644]
Python/flowgraph.c