]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93678: move normalize_basic_block and extend_block call into optimize_cfg (GH...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 19 Jul 2022 16:48:56 +0000 (17:48 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Jul 2022 16:48:56 +0000 (17:48 +0100)
commitea11c1774274aa9f4d6eee863d37632aa79a0ace
treea6710589610af4721e6c9d5967defb9e1902da6d
parentf36589510b8708fa224d799d5b328deab558aa4e
gh-93678: move normalize_basic_block and extend_block call into optimize_cfg (GH-95002)
Python/compile.c