]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40116: Add insertion order bit-vector to dict values to allow dicts to share...
authorMark Shannon <mark@hotpy.org>
Wed, 6 Oct 2021 12:19:53 +0000 (13:19 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Oct 2021 12:19:53 +0000 (13:19 +0100)
commita7252f88d3fa33036bdd6036b8c97bc785ed6f17
tree525655111a4423af0de21004ab1c3f6d7e765fe6
parentf6eafe18c004c55082de40d20cad084ef9dd3db7
bpo-40116: Add insertion order bit-vector to dict values to allow dicts to share keys more freely. (GH-28520)
Include/cpython/dictobject.h
Include/internal/pycore_dict.h
Lib/test/test_dict.py
Misc/NEWS.d/next/Core and Builtins/2021-09-23-14-00-05.bpo-40116.KaoeFs.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/dictobject.c
Python/ceval.c
Tools/gdb/libpython.py