Home
last modified time | relevance | path

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

/dports/devel/ipython/ipython-7.29.0/IPython/lib/
H A Ddeepreload.py264 modules_reloading = {} variable
282 global modules_reloading
284 return modules_reloading[name]
286 modules_reloading[name] = m
296 modules_reloading.clear()
308 modules_reloading.clear()
320 modules_reloading.clear()
/dports/devel/ipython5/ipython-5.10.0/IPython/lib/
H A Ddeepreload.py270 modules_reloading = {} variable
282 global modules_reloading
284 return modules_reloading[name]
286 modules_reloading[name] = m
296 modules_reloading.clear()
308 modules_reloading.clear()
320 modules_reloading.clear()
/dports/lang/python27/Python-2.7.18/Include/
H A Dpystate.h24 PyObject *modules_reloading; member
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dpystate.h24 PyObject *modules_reloading; member
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dpystate.h24 PyObject *modules_reloading; member
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dpystate.c70 interp->modules_reloading = NULL; in PyInterpreterState_New()
110 Py_CLEAR(interp->modules_reloading); in PyInterpreterState_Clear()
H A Dimport.c390 if (interp->modules_reloading != NULL) in imp_modules_reloading_clear()
391 PyDict_Clear(interp->modules_reloading); in imp_modules_reloading_clear()
577 Py_CLEAR(interp->modules_reloading); in PyImport_Cleanup()
2769 PyObject *modules_reloading = interp->modules_reloading; in PyImport_ReloadModule() local
2778 if (modules_reloading == NULL) { in PyImport_ReloadModule()
2798 existing_m = PyDict_GetItemString(modules_reloading, name); in PyImport_ReloadModule()
2805 if (PyDict_SetItemString(modules_reloading, name, m) < 0) in PyImport_ReloadModule()
H A Dpythonrun.c231 interp->modules_reloading = PyDict_New(); in Py_InitializeEx()
232 if (interp->modules_reloading == NULL) in Py_InitializeEx()
609 interp->modules_reloading = PyDict_New(); in Py_NewInterpreter()
/dports/lang/python27/Python-2.7.18/Python/
H A Dpystate.c70 interp->modules_reloading = NULL; in PyInterpreterState_New()
110 Py_CLEAR(interp->modules_reloading); in PyInterpreterState_Clear()
H A Dimport.c390 if (interp->modules_reloading != NULL) in imp_modules_reloading_clear()
391 PyDict_Clear(interp->modules_reloading); in imp_modules_reloading_clear()
577 Py_CLEAR(interp->modules_reloading); in PyImport_Cleanup()
2769 PyObject *modules_reloading = interp->modules_reloading; in PyImport_ReloadModule() local
2778 if (modules_reloading == NULL) { in PyImport_ReloadModule()
2798 existing_m = PyDict_GetItemString(modules_reloading, name); in PyImport_ReloadModule()
2805 if (PyDict_SetItemString(modules_reloading, name, m) < 0) in PyImport_ReloadModule()
H A Dpythonrun.c231 interp->modules_reloading = PyDict_New(); in Py_InitializeEx()
232 if (interp->modules_reloading == NULL) in Py_InitializeEx()
609 interp->modules_reloading = PyDict_New(); in Py_NewInterpreter()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dpystate.c71 interp->modules_reloading = NULL; in PyInterpreterState_New()
111 Py_CLEAR(interp->modules_reloading); in PyInterpreterState_Clear()
H A Dimport.c358 if (interp->modules_reloading != NULL) in imp_modules_reloading_clear()
359 PyDict_Clear(interp->modules_reloading); in imp_modules_reloading_clear()
523 Py_CLEAR(interp->modules_reloading); in PyImport_Cleanup()
2619 PyObject *modules_reloading = interp->modules_reloading; in find_module() local
2628 if (modules_reloading == NULL) { in find_module()
2648 existing_m = PyDict_GetItemString(modules_reloading, name); in find_module()
2655 if (PyDict_SetItemString(modules_reloading, name, m) < 0) in find_module()
H A Dpythonrun.c198 interp->modules_reloading = PyDict_New(); in Py_InitializeEx()
199 if (interp->modules_reloading == NULL) in Py_InitializeEx()
588 interp->modules_reloading = PyDict_New(); in Py_NewInterpreter()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/PyMod-2.7.2/Python/
H A Dimport.c358 if (interp->modules_reloading != NULL) in imp_modules_reloading_clear()
359 PyDict_Clear(interp->modules_reloading); in imp_modules_reloading_clear()
523 Py_CLEAR(interp->modules_reloading); in PyImport_Cleanup()
2619 PyObject *modules_reloading = interp->modules_reloading; in find_module() local
2628 if (modules_reloading == NULL) { in find_module()
2648 existing_m = PyDict_GetItemString(modules_reloading, name); in find_module()
2655 if (PyDict_SetItemString(modules_reloading, name, m) < 0) in find_module()