summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_dict.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)Mark Shannon2021-10-131-0/+2
* bpo-40116: Add insertion order bit-vector to dict values to allow dicts to sh...Mark Shannon2021-10-061-0/+8
* bpo-44826: Specialize STORE_ATTR (GH-27590)Mark Shannon2021-08-091-0/+3
* bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)Mark Shannon2021-06-101-0/+96