mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
If NO_DYNAMIC_LINK is defined, load_dynamic_module() will always fail.
This commit is contained in:
parent
5e41644ddd
commit
3823420ca4
1 changed files with 4 additions and 0 deletions
|
@ -214,6 +214,10 @@ struct filedescr import_filetab[] = {
|
|||
{0, 0}
|
||||
};
|
||||
|
||||
#ifdef NO_DYNAMIC_LINK
|
||||
#undef DYNAMIC_LINK
|
||||
#endif
|
||||
|
||||
object *
|
||||
load_dynamic_module(name, pathname, fp)
|
||||
char *name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue