]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109627: duplicated small exit blocks need to be assigned jump target labels...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 22 Sep 2023 13:27:29 +0000 (14:27 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2023 13:27:29 +0000 (15:27 +0200)
commit107e14820a3d3f158c908ecec506cacd4572b402
tree67cb29dff7054c0d8c1e6f316dabafb116ad28a9
parent92a347997ffd18862704571fdb5db25cefba4247
[3.12] gh-109627: duplicated small exit blocks need to be assigned jump target labels (#109630) (#109632)

gh-109627: duplicated smalll exit blocks need to be assigned jump target labels (#109630)

(cherry picked from commit 9ccf0545efd5bc5af5aa51774030c471d49a972b)
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2023-09-20-23-04-15.gh-issue-109627.xxe7De.rst [new file with mode: 0644]
Python/flowgraph.c