]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42246: Eliminate jumps to exit blocks by copying those blocks. (#23251)
authorMark Shannon <mark@hotpy.org>
Thu, 12 Nov 2020 19:49:33 +0000 (19:49 +0000)
committerGitHub <noreply@github.com>
Thu, 12 Nov 2020 19:49:33 +0000 (19:49 +0000)
commitcc75ab791dd5ae2cb9f6e0c3c5f734a6ae1eb2a9
treef7ca27adb94688d7b271dc2ee210b30f99003375
parent750c5abf43b7b1627ab59ead237bef4c2314d29e
bpo-42246: Eliminate jumps to exit blocks by copying those blocks. (#23251)

* Compiler: eliminate jumps to short exit blocks by copying.
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