Searched refs:weakref_module (Results 1 – 1 of 1) sorted by relevance
2495 PyObject *weakref_module = PyImport_ImportModule("weakref"); in new_weak_cache() local2496 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()