]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803)
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 20 Oct 2020 05:22:44 +0000 (06:22 +0100)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 05:22:44 +0000 (06:22 +0100)
commit109826c8508dd02e06ae0f1784f1d202495a8680
tree75b1dd3041d325b379cf50d2ebc5f6ce968fc151
parent871934d4cf00687b3d1411c6e344af311646c1ae
bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803)
Doc/whatsnew/3.10.rst
Include/cpython/dictobject.h
Include/internal/pycore_code.h
Misc/NEWS.d/next/Core and Builtins/2020-10-20-04-24-07.bpo-42093.ooZZNh.rst [new file with mode: 0644]
Objects/codeobject.c
Objects/dictobject.c
Python/ceval.c