]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109823: Adjust labels in compiler when removing an empty basic block which...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 Sep 2023 00:37:52 +0000 (17:37 -0700)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2023 00:37:52 +0000 (02:37 +0200)
commit538f505a3744ab1dd29861a859ab81ab65436144
tree99bbda46c48539fcf8774af2e1b8131a8817c8cd
parenta19251764a3d0bd85e5217879a6b1cb1a649c25d
[3.12] gh-109823: Adjust labels in compiler when removing an empty basic block which is a jump target (GH-109839) (#109865)

gh-109823: Adjust labels in compiler when removing an empty basic block which is a jump target (GH-109839)
(cherry picked from commit d73c12b88c2275fd44e27c91c24f3ac85419d2b8)

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-25-14-28-14.gh-issue-109823.kbVTKF.rst [new file with mode: 0644]
Python/flowgraph.c