]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-104909: Split `LOAD_ATTR_INSTANCE_VALUE` into micro-ops (GH-106678)
authorMark Shannon <mark@hotpy.org>
Thu, 13 Jul 2023 15:36:19 +0000 (16:36 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Jul 2023 15:36:19 +0000 (16:36 +0100)
commit487861c6aef2fbcd92ccabb05ea1b57d18299b29
tree8df9458534fd5be8bcce69f837f1954ee3f87731
parent32718f908cc92c474fd968912368b8a4500bd055
GH-104909: Split `LOAD_ATTR_INSTANCE_VALUE` into micro-ops (GH-106678)
Include/internal/pycore_opcode_metadata.h
Misc/NEWS.d/next/Core and Builtins/2023-07-12-11-18-55.gh-issue-104909.DRUsuh.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Tools/cases_generator/generate_cases.py