]> 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:18:59 +0000 (10:18 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Aug 2021 09:18:59 +0000 (10:18 +0100)
commitb854557b49083d8625a433eb36aacb0c87d67c52
treef0bd05d0c4d2253e1206d7f3eecd3e240a449936
parent2b496e79293a8b80e8ba0e514e186b3b1467b64b
bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to after CFG optimization. (GH-27656)
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