Lines Matching defs:modules_reloading
390 if (interp->modules_reloading != NULL)
391 PyDict_Clear(interp->modules_reloading);
555 Py_CLEAR(interp->modules_reloading);
2747 PyObject *modules_reloading = interp->modules_reloading;
2756 if (modules_reloading == NULL) {
2758 "no modules_reloading dictionary!");
2776 existing_m = PyDict_GetItemString(modules_reloading, name);
2783 if (PyDict_SetItemString(modules_reloading