]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42217: compiler: merge same co_code and co_linetable objects (GH-23056)
authorInada Naoki <songofacandy@gmail.com>
Wed, 10 Feb 2021 00:20:42 +0000 (09:20 +0900)
committerGitHub <noreply@github.com>
Wed, 10 Feb 2021 00:20:42 +0000 (09:20 +0900)
commitbdb941be423bde8b02a5695ccf51c303d6204bed
treee84e49eca1b557ec85efa21c815260182ea8fd7a
parentdbb228189b4eb7ab41f326eb79dae669b2c81177
bpo-42217: compiler: merge same co_code and co_linetable objects (GH-23056)
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2020-10-31-16-54-00.bpo-42217.GdcHe5.rst [new file with mode: 0644]
Python/compile.c
Python/importlib.h
Python/importlib_external.h