Home
last modified time | relevance | path

Searched refs:popresult (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_functoolsmodule.c1025 PyObject *oldkey, *oldresult, *popresult; in bounded_lru_cache_wrapper() local
1035 popresult = _PyDict_Pop_KnownHash(self->cache, link->key, in bounded_lru_cache_wrapper()
1037 if (popresult == Py_None) { in bounded_lru_cache_wrapper()
1042 Py_DECREF(popresult); in bounded_lru_cache_wrapper()
1047 if (popresult == NULL) { in bounded_lru_cache_wrapper()
1078 Py_DECREF(popresult); in bounded_lru_cache_wrapper()
1086 Py_DECREF(popresult); in bounded_lru_cache_wrapper()