]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46841: Use inline caching for attribute accesses (GH-31640)
authorBrandt Bucher <brandtbucher@microsoft.com>
Thu, 3 Mar 2022 23:31:00 +0000 (15:31 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Mar 2022 23:31:00 +0000 (15:31 -0800)
commit05a8bc1c944709e7468f157bd1b6032f368e43bf
tree8bd069cf131d3d1f32bd388bba71eb856bdf3616
parent65b92ccdec2ee4a99e54aaf7ae2d9bbc2ebfe549
bpo-46841: Use inline caching for attribute accesses (GH-31640)
Include/internal/pycore_code.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2022-03-01-17-47-58.bpo-46841.inYQlU.rst [new file with mode: 0644]
Programs/test_frozenmain.h
Python/ceval.c
Python/opcode_targets.h
Python/specialize.c