]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100288: Remove LOAD_ATTR_METHOD_WITH_DICT instruction. (GH-100753)
authorMark Shannon <mark@hotpy.org>
Thu, 5 Jan 2023 12:20:09 +0000 (12:20 +0000)
committerGitHub <noreply@github.com>
Thu, 5 Jan 2023 12:20:09 +0000 (12:20 +0000)
commitf20c553a458659f247fac1fb829f8172aa32f69a
tree3271f23aab9cae0c13db57fcc3ff195061dca868
parent105e37395dbd9790f81677e39ec9bd000590728f
GH-100288: Remove LOAD_ATTR_METHOD_WITH_DICT instruction. (GH-100753)
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2023-01-04-16-40-55.gh-issue-100288.hRSRaT.rst [new file with mode: 0644]
Python/bytecodes.c
Python/generated_cases.c.h
Python/opcode_targets.h
Python/specialize.c