]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)
authorCarl Meyer <carl@oddbird.net>
Tue, 25 Apr 2023 17:45:51 +0000 (11:45 -0600)
committerGitHub <noreply@github.com>
Tue, 25 Apr 2023 17:45:51 +0000 (17:45 +0000)
commitef25febcf2ede92a03c5ea00a13e167e0b5cb274
tree6ce38cd3aa3d653d931df5250b02b5cb6b46bb69
parentcef542ca572fdd402ff0e10093a0c1b459e5dcd6
gh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)
14 files changed:
Include/internal/pycore_code.h
Include/internal/pycore_opcode.h
Include/internal/pycore_typeobject.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_opcache.py
Misc/NEWS.d/next/Core and Builtins/2023-04-12-20-22-03.gh-issue-87729.99A7UO.rst
Objects/typeobject.c
Python/bytecodes.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Python/opcode_targets.h
Python/specialize.c