]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93911: Specialize `LOAD_ATTR_PROPERTY` (GH-93912)
authorKen Jin <kenjin@python.org>
Fri, 17 Jun 2022 15:13:17 +0000 (23:13 +0800)
committerGitHub <noreply@github.com>
Fri, 17 Jun 2022 15:13:17 +0000 (23:13 +0800)
commita51742ab82ad2a57841058fc9a16dac82d8337cf
tree7a1afc2f8255b25cf6da99e6af39d2eccf2acab6
parent0ff626f210c69643d0d5afad1e6ec6511272b3ce
gh-93911: Specialize `LOAD_ATTR_PROPERTY` (GH-93912)
12 files changed:
Include/internal/pycore_descrobject.h [new file with mode: 0644]
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/opcode.py
Makefile.pre.in
Misc/NEWS.d/next/Core and Builtins/2022-06-16-16-53-22.gh-issue-93911.RDwIiK.rst [new file with mode: 0644]
Objects/descrobject.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/ceval.c
Python/opcode_targets.h
Python/specialize.c