Searched refs:popresult (Results 1 – 1 of 1) sorted by relevance
1068 PyObject *oldkey, *oldresult, *popresult; in bounded_lru_cache_wrapper() local1078 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()