]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44337: Shrink the LOAD_ATTR/STORE_ATTR caches (GH-31517)
authorBrandt Bucher <brandtbucher@microsoft.com>
Wed, 23 Feb 2022 18:53:24 +0000 (10:53 -0800)
committerGitHub <noreply@github.com>
Wed, 23 Feb 2022 18:53:24 +0000 (10:53 -0800)
commit281ea9c39146a00cdf3fa2b3d0be60e2a39278ce
tree2b60f8107121cc78a7154dfa006078ada55e3318
parent78859e58e4e016286e648d1dc155e0f6cebfa6ff
bpo-44337: Shrink the LOAD_ATTR/STORE_ATTR caches (GH-31517)
Include/internal/pycore_code.h
Misc/NEWS.d/next/Core and Builtins/2022-02-22-17-19-45.bpo-44337.XA-egu.rst [new file with mode: 0644]
Python/ceval.c
Python/specialize.c