Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_functoolsmodule.c1089 PyObject *oldkey, *oldresult, *popresult; in bounded_lru_cache_wrapper() local
1099 popresult = _PyDict_Pop_KnownHash(self->cache, link->key, in bounded_lru_cache_wrapper()
1101 if (popresult == Py_None) { in bounded_lru_cache_wrapper()
1106 Py_DECREF(popresult); in bounded_lru_cache_wrapper()
1111 if (popresult == NULL) { in bounded_lru_cache_wrapper()
1142 Py_DECREF(popresult); in bounded_lru_cache_wrapper()
1150 Py_DECREF(popresult); in bounded_lru_cache_wrapper()

Completed in 2 milliseconds