Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dimport.c2749 PyObject *path = NULL, *loader = NULL, *existing_m = NULL; in PyImport_ReloadModule() local
2776 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()