Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_functoolsmodule.c1068 PyObject *oldkey, *oldresult, *popresult; in bounded_lru_cache_wrapper() local
1078 popresult = _PyDict_Pop_KnownHash(self->cache, link->key, in bounded_lru_cache_wrapper()
1080 if (popresult == Py_None) { in bounded_lru_cache_wrapper()
1085 Py_DECREF(popresult); in bounded_lru_cache_wrapper()
1090 if (popresult == NULL) { in bounded_lru_cache_wrapper()
1121 Py_DECREF(popresult); in bounded_lru_cache_wrapper()
1129 Py_DECREF(popresult); in bounded_lru_cache_wrapper()