Searched refs:existing_m (Results 1 – 1 of 1) sorted by relevance
2749 PyObject *path = NULL, *loader = NULL, *existing_m = NULL; in PyImport_ReloadModule() local2776 existing_m = PyDict_GetItemString(modules_reloading, name); in PyImport_ReloadModule()2777 if (existing_m != NULL) { in PyImport_ReloadModule()2780 Py_INCREF(existing_m); in PyImport_ReloadModule()2781 return existing_m; in PyImport_ReloadModule()