mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Check if we've already loaded a dynamic module under a different name.
This commit is contained in:
parent
7d0bc8343f
commit
fbe6d33ffd
3 changed files with 38 additions and 5 deletions
|
|
@ -37,6 +37,6 @@ extern struct filedescr {
|
|||
|
||||
extern object *import_modules;
|
||||
|
||||
extern object *load_dynamic_module PROTO((char *name, char *pathname));
|
||||
extern object *load_dynamic_module PROTO((char *name, char *pathname, FILE *));
|
||||
|
||||
extern int import_maxsuffixsize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue