]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46675: Allow object value arrays and split key dictionaries larger than 16 (GH...
authorMark Shannon <mark@hotpy.org>
Tue, 8 Feb 2022 11:50:38 +0000 (11:50 +0000)
committerGitHub <noreply@github.com>
Tue, 8 Feb 2022 11:50:38 +0000 (11:50 +0000)
commit25db2b361beb865192a3424830ddcb0ae4b17318
treed9828c3724cc9d56f85c20612e82a8467608cf82
parent328fe3fd2034a91a15b77a24a307e218d02d7bf1
bpo-46675: Allow object value arrays and split key dictionaries larger than 16 (GH-31191)
Include/internal/pycore_dict.h
Lib/test/test_descr.py
Lib/test/test_sys.py
Misc/NEWS.d/next/Core and Builtins/2022-02-07-14-33-45.bpo-46675.ZPbdMp.rst [new file with mode: 0644]
Objects/dictobject.c
Python/ceval.c