]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
authorBrandt Bucher <brandtbucher@microsoft.com>
Wed, 13 Sep 2023 17:25:45 +0000 (10:25 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Sep 2023 17:25:45 +0000 (10:25 -0700)
commit22e65eecaad3f5337862319687047afe9861e1ef
tree19089993cd9ec4d1930521c1c3df3cb22b0b9ddc
parent987b4bc0870e1e29a88275dc3fa39bf2c3dcc763
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
22 files changed:
Doc/library/dis.rst
Include/internal/pycore_code.h
Include/internal/pycore_opcode_metadata.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Lib/importlib/_bootstrap_external.py
Lib/test/test_descr.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2023-09-07-20-52-27.gh-issue-105848.p799D1.rst [new file with mode: 0644]
Objects/frameobject.c
Programs/test_frozenmain.h
Python/abstract_interp_cases.c.h
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h
Python/compile.c
Python/executor_cases.c.h
Python/flowgraph.c
Python/generated_cases.c.h
Python/instrumentation.c
Python/opcode_targets.h
Python/specialize.c