]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 7 Feb 2025 22:39:54 +0000 (22:39 +0000)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2025 22:39:54 +0000 (22:39 +0000)
commita1417b211f0bb9582b00f7b82d0a43a3bcc9ed05
tree1133960d5abf1077cbf974bcde2ecb90b9fc1b7c
parent2248a9c153092b920ff68b0eee009c04dbe19f61
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)
30 files changed:
Doc/library/dis.rst
Doc/whatsnew/3.14.rst
Include/internal/pycore_code.h
Include/internal/pycore_magic_number.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Include/opcode.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Lib/test/test__opcode.py
Lib/test/test_compile.py
Lib/test/test_dis.py
Lib/test/test_opcache.py
Lib/test/test_peepholer.py
Misc/NEWS.d/next/Core_and_Builtins/2025-02-07-17-06-39.gh-issue-100239.WvBTPL.rst [new file with mode: 0644]
Modules/_opcode.c
Programs/test_frozenmain.h
Python/bytecodes.c
Python/ceval.c
Python/codegen.c
Python/executor_cases.c.h
Python/flowgraph.c
Python/generated_cases.c.h
Python/opcode_targets.h
Python/optimizer.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/specialize.c
Tools/c-analyzer/cpython/ignored.tsv