Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dimport.c2771 PyObject *path = NULL, *loader = NULL, *existing_m = NULL; in PyImport_ReloadModule() local
2798 existing_m = PyDict_GetItemString(modules_reloading, name); in PyImport_ReloadModule()
2799 if (existing_m != NULL) { in PyImport_ReloadModule()
2802 Py_INCREF(existing_m); in PyImport_ReloadModule()
2803 return existing_m; in PyImport_ReloadModule()