mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
remove nogus reload check
This commit is contained in:
parent
a0d7a23398
commit
6da5bfad0f
1 changed files with 0 additions and 5 deletions
|
@ -182,11 +182,6 @@ load_dynamic_module(name, pathname)
|
|||
object *m;
|
||||
char funcname[258];
|
||||
dl_funcptr p = NULL;
|
||||
if (m != NULL) {
|
||||
err_setstr(ImportError,
|
||||
"cannot reload dynamically loaded module");
|
||||
return NULL;
|
||||
}
|
||||
sprintf(funcname, FUNCNAME_PATTERN, name);
|
||||
#ifdef WITH_MAC_DL
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue