]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-90997: Shrink the LOAD_GLOBAL caches (#102569)
authorBrandt Bucher <brandtbucher@microsoft.com>
Sat, 11 Mar 2023 01:01:16 +0000 (17:01 -0800)
committerGitHub <noreply@github.com>
Sat, 11 Mar 2023 01:01:16 +0000 (17:01 -0800)
commit08b67fb34f4519be1b0bb4673643a2c761c7ae92
treee7ab280d96ddc896b3f44845d1d322d317a7d0a0
parent767d3a8f6f2f94daa15ad3759d0ecdf4c009b7ab
GH-90997: Shrink the LOAD_GLOBAL caches (#102569)
Doc/library/dis.rst
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/2023-03-09-13-57-35.gh-issue-90997.J-Yhn2.rst [new file with mode: 0644]
Python/bytecodes.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Python/specialize.c