COMMITS
/ Include/internal/pycore_dict.h August 30, 2022
M
gh-46845: clean up unused DK_IXSIZE (GH-96405)
Miss Islington (bot) committed
March 1, 2022
I
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
Inada Naoki committed
February 25, 2022
V
bpo-45316: Move private PyDict functions to internal C API (GH-31577)
Victor Stinner committed
February 22, 2022
I
dict: Add dk_log2_index_bytes (GH-31439)
Inada Naoki committed
February 8, 2022
M
bpo-46675: Allow object value arrays and split key dictionaries larger than 16 (GH-31191)
Mark Shannon committed
December 9, 2021
November 19, 2021
D
bpo-45609: Specialize STORE_SUBSCR (GH-29242)
Dennis Sweeney committed
October 13, 2021
M
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Mark Shannon committed
October 6, 2021
August 9, 2021
M
bpo-44826: Specialize STORE_ATTR (GH-27590)
Mark Shannon committed
June 10, 2021
M
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon committed