]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-118095: Add tier two support for BINARY_SUBSCR_GETITEM (GH-120793)
authorMark Shannon <mark@hotpy.org>
Thu, 1 Aug 2024 23:19:05 +0000 (00:19 +0100)
committerGitHub <noreply@github.com>
Thu, 1 Aug 2024 23:19:05 +0000 (16:19 -0700)
commitdf13a1821a90fcfb75eca59aad6af1f0893b1e77
treee917574fea945573980717b4823202049568893e
parentfda6bd842a2b93a501526f1b830eb900d935ac73
GH-118095: Add tier two support for BINARY_SUBSCR_GETITEM (GH-120793)
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_optimizer.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer.c
Python/optimizer_analysis.c
Python/optimizer_cases.c.h