]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH-92620...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 May 2022 21:01:17 +0000 (14:01 -0700)
committerGitHub <noreply@github.com>
Tue, 10 May 2022 21:01:17 +0000 (22:01 +0100)
commit6a17cdebe9d3571d0c02645880f53a05e9ff7fda
treea693ed8a9bfeb2204a6102ba684ea456cc2dc253
parent6546af31ee8d36d6d240f3ce434fbd13a2d7e53b
gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH-92620) (GH-92621)

(cherry picked from commit 7c6b7ade8df35355484d3944779fe35dcc560aab)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
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