Home
last modified time | relevance | path

Searched defs:PyDict_MINSIZE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Ddictobject.h48 #define PyDict_MINSIZE 8 macro
/external/python/cpython3/Objects/
Ddictobject.c111 #define PyDict_MINSIZE 8 macro