Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_zoneinfo.c90 static PyObject *ZONEINFO_WEAK_CACHE = NULL; variable
250 return ZONEINFO_WEAK_CACHE; in get_weak_cache()
2521 if (ZONEINFO_WEAK_CACHE == NULL) { in initialize_caches()
2522 ZONEINFO_WEAK_CACHE = new_weak_cache(); in initialize_caches()
2525 Py_INCREF(ZONEINFO_WEAK_CACHE); in initialize_caches()
2528 if (ZONEINFO_WEAK_CACHE == NULL) { in initialize_caches()
2634 if (ZONEINFO_WEAK_CACHE != NULL && Py_REFCNT(ZONEINFO_WEAK_CACHE) > 1) { in module_free()
2635 Py_DECREF(ZONEINFO_WEAK_CACHE); in module_free()
2637 Py_CLEAR(ZONEINFO_WEAK_CACHE); in module_free()
[all...]

Completed in 4 milliseconds