Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_zoneinfo.c2495 PyObject *weakref_module = PyImport_ImportModule("weakref"); in new_weak_cache() local
2496 if (weakref_module == NULL) { in new_weak_cache()
2501 PyObject_CallMethod(weakref_module, "WeakValueDictionary", ""); in new_weak_cache()
2502 Py_DECREF(weakref_module); in new_weak_cache()