]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45107: Specialize `LOAD_METHOD` for instances with dict. (GH-31531)
authorMark Shannon <mark@hotpy.org>
Thu, 24 Feb 2022 19:34:57 +0000 (19:34 +0000)
committerGitHub <noreply@github.com>
Thu, 24 Feb 2022 19:34:57 +0000 (19:34 +0000)
commit2a6ece572ca38f989fca66f4c053cb16550bccd4
treeb2e8b0c278ff66a19d0696b9f4f06c95568220bc
parent4dc746310bd37ad6b381f9176acd167d445f4385
bpo-45107: Specialize `LOAD_METHOD` for instances with dict. (GH-31531)
Include/internal/pycore_object.h
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2022-02-23-15-26-02.bpo-45107.axcgHn.rst [new file with mode: 0644]
Python/ceval.c
Python/opcode_targets.h
Python/specialize.c