]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46841: Move the cache for `LOAD_GLOBAL` inline. (GH-31575)
authorMark Shannon <mark@hotpy.org>
Mon, 28 Feb 2022 12:56:29 +0000 (12:56 +0000)
committerGitHub <noreply@github.com>
Mon, 28 Feb 2022 12:56:29 +0000 (12:56 +0000)
commit4558af5a8f8e56a9b0dc11f6e834c47e0fd05f9e
tree32365218607a600a23378350b533a307474cb628
parentda7d99a4de72aac8d436cecedf16ab2676f9b785
bpo-46841: Move the cache for `LOAD_GLOBAL` inline. (GH-31575)
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-02-25-13-18-18.bpo-46841.86QiQu.rst [new file with mode: 0644]
Python/ceval.c
Python/compile.c
Python/specialize.c
Tools/scripts/generate_opcode_h.py