]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-119258: Handle STORE_ATTR_WITH_HINT in tier two (GH-119481)
authorBrandt Bucher <brandtbucher@microsoft.com>
Tue, 28 May 2024 19:47:54 +0000 (12:47 -0700)
committerGitHub <noreply@github.com>
Tue, 28 May 2024 19:47:54 +0000 (12:47 -0700)
commit5cd3ffd6b70a63dbae4d34a1b4db033e19184159
treee18917b055e6a75fb2ad65d16ed03d7d92081cc7
parentcfcc054dee87a5a3f18c99d83a2957bf3487de1d
GH-119258: Handle STORE_ATTR_WITH_HINT in tier two (GH-119481)
Include/internal/pycore_dict.h
Include/internal/pycore_opcode_metadata.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_cases.c.h