Lines Matching refs:TIMEDELTA_CACHE
89 static PyObject *TIMEDELTA_CACHE = NULL;
738 rv = PyDict_GetItemWithError(TIMEDELTA_CACHE, pyoffset);
750 rv = PyDict_SetDefault(TIMEDELTA_CACHE, pyoffset, tmp);
2510 if (TIMEDELTA_CACHE == NULL) {
2511 TIMEDELTA_CACHE = PyDict_New();
2514 Py_INCREF(TIMEDELTA_CACHE);
2517 if (TIMEDELTA_CACHE == NULL) {
2628 if (TIMEDELTA_CACHE != NULL && Py_REFCNT(TIMEDELTA_CACHE) > 1) {
2629 Py_DECREF(TIMEDELTA_CACHE);
2631 Py_CLEAR(TIMEDELTA_CACHE);