mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
One last rename glitch: import_modules -> _PyImport_Modules.
This commit is contained in:
parent
39d6ae7b6c
commit
af5dfb4ceb
3 changed files with 17 additions and 17 deletions
|
@ -42,7 +42,7 @@ extern struct filedescr {
|
|||
enum filetype type;
|
||||
} _PyImport_Filetab[];
|
||||
|
||||
extern PyObject *import_modules;
|
||||
extern PyObject *_PyImport_Modules;
|
||||
|
||||
extern PyObject *_PyImport_LoadDynamicModule
|
||||
Py_PROTO((char *name, char *pathname, FILE *));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue