]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-45056: Remove trailing unused constants from co_consts (GH-28109) (GH...
authorŁukasz Langa <lukasz@langa.pl>
Wed, 8 Sep 2021 16:25:09 +0000 (18:25 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Sep 2021 16:25:09 +0000 (18:25 +0200)
commitd41abe8970453716dbc6a3a898ac8fb01cbf6c6f
tree3277652b2b3ae9ab7a8046dc9c25b17a2eadcabe
parent7538fe34d730fe08cbbecc17606bc0f5f69ff416
[3.10] bpo-45056: Remove trailing unused constants from co_consts (GH-28109) (GH-28125)

(cherry picked from commit 55c4a92fc1abfe388335071f1d64b3addfa5793f)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Lib/test/test_compile.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2021-09-01-16-55-43.bpo-45056.7AK2d9.rst [new file with mode: 0644]
Python/compile.c
Python/importlib.h
Python/importlib_external.h
Python/importlib_zipimport.h