]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to after...
authorMark Shannon <mark@hotpy.org>
Mon, 9 Aug 2021 09:54:48 +0000 (10:54 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Aug 2021 09:54:48 +0000 (10:54 +0100)
commit762ef85f441cdec002cb4e812b9e77ae5033e571
tree4c3b61ca54e9fb7c79cfac2c8731e7d5a5bec9c1
parent7d6a0fe5b8001b63d452af5364422e40d06ac755
bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to after CFG optimization. (GH-27656) (#27673)

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