Searched refs:MAXCACHE (Results 1 – 2 of 2) sorted by relevance
1814 #define MAXCACHE 100 macro1836 if (PyDict_Size(cache) >= MAXCACHE) in cache_struct()
2048 #define MAXCACHE 100 macro2077 if (PyDict_GET_SIZE(cache) >= MAXCACHE) in cache_struct_converter()