]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH-92620)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 10 May 2022 12:36:08 +0000 (13:36 +0100)
committerGitHub <noreply@github.com>
Tue, 10 May 2022 12:36:08 +0000 (13:36 +0100)
commit7c6b7ade8df35355484d3944779fe35dcc560aab
treebd57dc5a2ef5082cae83b22b14495b547b483c27
parenteef47d5bc79469c2d5328d6f5a9732e44a49dd5a
gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH-92620)
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2022-05-10-11-34-35.gh-issue-92619.u0V0lY.rst [new file with mode: 0644]
Python/compile.c