]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
authorBrandt Bucher <brandtbucher@microsoft.com>
Wed, 29 Mar 2023 22:53:30 +0000 (15:53 -0700)
committerGitHub <noreply@github.com>
Wed, 29 Mar 2023 22:53:30 +0000 (15:53 -0700)
commit121057aa3600c4d4d392539aeb79e1b09fd5659d
treeed1b99c697ad052eb38e38c2da2d07bfe2bf0838
parente647dbaded898e5399d01d06771c1b42b5631be8
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
14 files changed:
Include/cpython/object.h
Include/internal/pycore_code.h
Include/internal/pycore_opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Lib/test/test_sys.py
Misc/NEWS.d/next/Core and Builtins/2023-03-24-02-50-33.gh-issue-89987.oraTzh.rst [new file with mode: 0644]
Objects/typeobject.c
Programs/test_frozenmain.h
Python/bytecodes.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Python/specialize.c