]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896)
authorMark Shannon <mark@hotpy.org>
Wed, 23 Dec 2020 11:43:10 +0000 (11:43 +0000)
committerGitHub <noreply@github.com>
Wed, 23 Dec 2020 11:43:10 +0000 (11:43 +0000)
commit28b75c80dcc1e17ed3ac1c69362bf8dc164b760a
treec69ce061b1d706b4512485e45c59e7a83051ac56
parentd90ff376813843310a6f9ccc96551fa1521e8fef
bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896)
Lib/test/test_dis.py
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2020-12-22-20-30-11.bpo-42246.7BrPLg.rst [new file with mode: 0644]
Python/compile.c
Python/importlib.h
Python/importlib_external.h
Python/importlib_zipimport.h