Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3ec9d019013a9e9125d4f8669be177b9154cb45b
/
Objects
/
dict-common.h
397f1b2
bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537)
by Gregory P. Smith
· 7 years ago
778928b
bpo-29304: Simplify dict lookup functions (GH-2407)
by INADA Naoki
· 7 years ago
ba60977
Issue #28818: Simplify lookdict functions
by INADA Naoki
· 8 years ago
611b0fa
Add _PyDict_CheckConsistency()
by Victor Stinner
· 8 years ago
3c56929
do not worry about 64-bit dict sizes on 32-bit platforms
by Benjamin Peterson
· 8 years ago
186122e
access dk_indices through a union
by Benjamin Peterson
· 8 years ago
a4348cc
Add documentation to the dict implementation
by Victor Stinner
· 8 years ago
742da04
Implement compact dict
by Victor Stinner
· 8 years ago
47db717
Issue #16991: Add a C implementation of collections.OrderedDict.
by Eric Snow
· 9 years ago