]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
authorInada Naoki <songofacandy@gmail.com>
Tue, 1 Mar 2022 23:09:28 +0000 (08:09 +0900)
committerGitHub <noreply@github.com>
Tue, 1 Mar 2022 23:09:28 +0000 (08:09 +0900)
commit9833bb91e4d5c2606421d9ec2085f5c2dfb6f72c
treecae368d226475abbeae93afd07081e78a7539cd9
parent21099fc064c61d59c936a2f6a0db3e07cd5c8de5
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
Doc/whatsnew/3.11.rst
Include/internal/pycore_dict.h
Lib/test/test_sys.py
Misc/NEWS.d/next/Core and Builtins/2022-02-25-14-57-21.bpo-46845.TUvaMG.rst [new file with mode: 0644]
Objects/call.c
Objects/dictnotes.txt
Objects/dictobject.c
Python/ceval.c
Tools/gdb/libpython.py