mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Quickly renamed the remaining files -- this directory is done.
This commit is contained in:
parent
65bf9f265e
commit
79f25d9a7b
10 changed files with 1832 additions and 1746 deletions
|
@ -40,10 +40,11 @@ extern struct filedescr {
|
|||
char *suffix;
|
||||
char *mode;
|
||||
enum filetype type;
|
||||
} import_filetab[];
|
||||
} _PyImport_Filetab[];
|
||||
|
||||
extern object *import_modules;
|
||||
extern PyObject *import_modules;
|
||||
|
||||
extern object *load_dynamic_module PROTO((char *name, char *pathname, FILE *));
|
||||
extern PyObject *_PyImport_LoadDynamicModule
|
||||
Py_PROTO((char *name, char *pathname, FILE *));
|
||||
|
||||
extern int import_maxsuffixsize;
|
||||
extern int _PyImport_MaxSuffixSize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue