]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131798: Remove bounds check when indexing into tuples with a constant index (...
authorTomas R. <tomas.roun8@gmail.com>
Sun, 28 Dec 2025 21:06:06 +0000 (22:06 +0100)
committerGitHub <noreply@github.com>
Sun, 28 Dec 2025 21:06:06 +0000 (22:06 +0100)
commit713684de5311eb9edb47f2f5fe3f4160f8d35e5a
tree5886ef522a406acca7e8759c9f59b4670c686a53
parentc3febba73b05bb15b15930d545b479a3245cfe11
gh-131798: Remove bounds check when indexing into tuples with a constant index (#137607)

* Remove bounds check when indexing into tuples with a constant index

* Add news entry

* fixup after rebase
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2025-08-10-12-46-36.gh-issue-131798.5ys0H_.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h