]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Shrink the LOAD_METHOD cache by one codeunit. (#93537)
authorMark Shannon <mark@hotpy.org>
Tue, 7 Jun 2022 09:28:53 +0000 (10:28 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Jun 2022 09:28:53 +0000 (10:28 +0100)
commitf012df706cf3a9e63625b8166fe3f419855e9a94
tree79e77365bf7a0deda813c0036ee0ed3bde2390c5
parent75ceae05c11461beda65e6170b67b0b42fd55cd0
Shrink the LOAD_METHOD cache by one codeunit. (#93537)
Include/internal/pycore_code.h
Include/internal/pycore_opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2022-06-06-14-28-24.gh-issue-93533.lnC0CC.rst [new file with mode: 0644]
Python/ceval.c
Python/specialize.c