]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44626: Merge basic blocks earlier to enable better handling of exit blocks withou...
authorMark Shannon <mark@hotpy.org>
Fri, 16 Jul 2021 10:49:10 +0000 (11:49 +0100)
committerGitHub <noreply@github.com>
Fri, 16 Jul 2021 10:49:10 +0000 (11:49 +0100)
commit37686f78ccef5f1cf4776419a4270cf0ea7eadf0
tree298bb69cdc91771ff31ceeb4e13dfc3a23ca14a9
parent0e349ea5541104c76cafc173bfcfef8de872f96f
bpo-44626: Merge basic blocks earlier to enable better handling of exit blocks without line numbers (GH-27138) (GH-27182)

(cherry picked from commit a86f7dae0acf918d54086cb85e5a0b0bedeedce7)
Lib/test/test_dis.py
Lib/test/test_sys_settrace.py
Python/compile.c
Python/importlib.h
Python/importlib_external.h