]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries (GH-100289)
authorKen Jin <kenjin@python.org>
Fri, 23 Dec 2022 16:26:42 +0000 (00:26 +0800)
committerGitHub <noreply@github.com>
Fri, 23 Dec 2022 16:26:42 +0000 (00:26 +0800)
commitc3c7848a48b74a321632202e4bdcf2f465fb1cc6
treec880b1a9a096b627e85d643db00704e03f041446
parent7fc7909677759fd0cb9d30cd7ff839afd3973325
gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries (GH-100289)
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2022-12-16-08-50-16.gh-issue-100288.5XCk0G.rst [new file with mode: 0644]
Python/bytecodes.c
Python/generated_cases.c.h
Python/opcode_targets.h
Python/specialize.c