]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139757: Add BINARY_OP_SUBSCR_USTR_INT (GH-143389)
authorChris Eibl <138194463+chris-eibl@users.noreply.github.com>
Sun, 4 Jan 2026 14:14:27 +0000 (15:14 +0100)
committerGitHub <noreply@github.com>
Sun, 4 Jan 2026 14:14:27 +0000 (14:14 +0000)
commite6bfe4d8869e046a91d091611d3c7b5dccdaf0d6
tree5a910685eabb8bfd8937a2ff7ca7d4c6a79722b3
parent6116d70bbd3f4d8886e55f586b2b9a1bc5c58e54
gh-139757: Add BINARY_OP_SUBSCR_USTR_INT (GH-143389)
16 files changed:
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_ids.h
Lib/_opcode_metadata.py
Lib/test/test_capi/test_opt.py
Lib/test/test_opcache.py
Misc/NEWS.d/next/Core_and_Builtins/2026-01-04-11-08-20.gh-issue-139757.AR6LG0.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/opcode_targets.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/specialize.c