]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-107596: Specialize str[int] (GH-107597)
authorBrandt Bucher <brandtbucher@microsoft.com>
Tue, 8 Aug 2023 20:42:43 +0000 (13:42 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Aug 2023 20:42:43 +0000 (13:42 -0700)
commitea72c6fe3b6db5f4e8ce3d3405c0ea65dc002faf
tree97e185191d3f852d6533f5db5af5f32d7cc3d5f6
parentaab6f7173a3b825599629dd6fa5cb7e477421595
GH-107596: Specialize str[int] (GH-107597)
Include/internal/pycore_opcode.h
Include/internal/pycore_opcode_metadata.h
Include/opcode.h
Lib/_opcode_metadata.py
Misc/NEWS.d/next/Core and Builtins/2023-08-03-11-13-09.gh-issue-107596.T3yPGI.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/opcode_targets.h
Python/specialize.c