]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148871: extend and improve `LOAD_COMMON_CONSTANT` (GH-148971)
authorNeko Asakura <neko.asakura@outlook.com>
Sat, 2 May 2026 18:59:51 +0000 (02:59 +0800)
committerGitHub <noreply@github.com>
Sat, 2 May 2026 18:59:51 +0000 (19:59 +0100)
commit7c9ad27dd1fc9e05149b471b055f18ad64cd05f3
tree18fcccc2222fb16a33a33c5e964724904601a28a
parenta65611e7f52dae341915e79eb28c47aec930f077
gh-148871: extend and improve `LOAD_COMMON_CONSTANT` (GH-148971)
15 files changed:
Include/internal/pycore_opcode_utils.h
Lib/dis.py
Lib/opcode.py
Lib/test/test_ast/test_ast.py
Lib/test/test_capi/test_opt.py
Lib/test/test_code.py
Lib/test/test_compile.py
Lib/test/test_dis.py
Lib/test/test_peepholer.py
Objects/codeobject.c
Programs/test_frozenmain.h
Python/flowgraph.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/pylifecycle.c