We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d7a23 commit 6da5bfaCopy full SHA for 6da5bfa
Python/importdl.c
@@ -182,11 +182,6 @@ load_dynamic_module(name, pathname)
182
object *m;
183
char funcname[258];
184
dl_funcptr p = NULL;
185
- if (m != NULL) {
186
- err_setstr(ImportError,
187
- "cannot reload dynamically loaded module");
188
- return NULL;
189
- }
190
sprintf(funcname, FUNCNAME_PATTERN, name);
191
#ifdef WITH_MAC_DL
192
{
0 commit comments