]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-93911: Specialize `LOAD_ATTR` for custom `__getattribute__` (GH-93988)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Wed, 17 Aug 2022 11:37:07 +0000 (19:37 +0800)
committerGitHub <noreply@github.com>
Wed, 17 Aug 2022 11:37:07 +0000 (12:37 +0100)
commit7276ca25f5f1440aa4d025350d3de15141854dde
tree253f8e34893018705c9f04810d68e2d798c1bd24
parent36517101dd80cae93da379e95e98a688c52935b7
GH-93911: Specialize `LOAD_ATTR` for custom `__getattribute__` (GH-93988)
Include/internal/pycore_code.h
Include/internal/pycore_opcode.h
Include/internal/pycore_typeobject.h
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2022-06-18-17-00-33.gh-issue-93911.y286of.rst [new file with mode: 0644]
Objects/typeobject.c
Python/ceval.c
Python/opcode_targets.h
Python/pylifecycle.c
Python/specialize.c