]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-131498: Replace single-element arrays with scalars in bytecodes.c (GH-132615)
authorBrandt Bucher <brandtbucher@microsoft.com>
Fri, 18 Apr 2025 14:16:28 +0000 (07:16 -0700)
committerGitHub <noreply@github.com>
Fri, 18 Apr 2025 14:16:28 +0000 (07:16 -0700)
commit40ae88988c61638ee8625e5c0ee73606ede307bb
tree82339d2ea14f3d89c71da98f5426eb9ffe9a2472
parenta594008d9e6c4d37ff6fd698395cd318d7ec3300
GH-131498: Replace single-element arrays with scalars in bytecodes.c (GH-132615)
Include/internal/pycore_uop_metadata.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Tools/cases_generator/stack.py