diff options
author | Guido van Rossum <guido@python.org> | 1997-09-05 07:11:32 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-09-05 07:11:32 +0000 |
commit | f36e034bd1c7343eb735d3eab8f03f142d942e1c (patch) | |
tree | bd028d1da8ae361474038f9ae3886f13bc68c418 /Python/pythonrun.c | |
parent | 174446fa6a8bbfbca540e5e867c938d7e3ab57ee (diff) | |
download | cpython-f36e034bd1c7343eb735d3eab8f03f142d942e1c.tar.gz |
Added PyImport_ImportModuleEx(name, globals, locals, fromlist); this
is like PyImport_ImporModule(name) but receives the globals and locals
dict and the fromlist arguments as well. (The name is a char*; the
others are PyObject*s).
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions