]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42349: Compiler clean up. More yak-shaving for PEP 626. (GH-23267)
authorMark Shannon <mark@hotpy.org>
Tue, 17 Nov 2020 19:30:14 +0000 (19:30 +0000)
committerGitHub <noreply@github.com>
Tue, 17 Nov 2020 19:30:14 +0000 (19:30 +0000)
commit266b462238bddec0213effad3650f19c56511e9f
treec6547b4075ca52102a61a5ca94d0a7556a07d87c
parentfa96608513b6eafe48777f1a5504134939dcbebc
bpo-42349: Compiler clean up. More yak-shaving for PEP 626. (GH-23267)

Make sure that CFG from compiler front-end is correct. Be a bit more aggressive in the compiler back-end.
Lib/test/test_compile.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2020-11-13-17-25-44.bpo-42349.JdWxez.rst [new file with mode: 0644]
Python/compile.c
Python/importlib.h
Python/importlib_external.h
Python/importlib_zipimport.h