Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A 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()

Completed in 4 milliseconds