commit | ef3d02ebb955d01b2a8484d7c25f5ced4bf2036d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Jul 21 14:54:36 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Jul 21 14:54:36 1997 +0000 |
tree | e5c9f58a81c0a3489f51f267393d355f60a4be58 | |
parent | 766118525adee39af4e009e765ee1364df956964 [diff] |
Removed some variables that are used to exchange data between import.c and importdl.c: the MAXSUFFIXSIZE macro is now defined in importdl.h, and the modules dictionary is now passed using PyImport_GetModuleDict(). Also undefine USE_SHLIB for AIX -- in AIX 4.2 and up, dlfcn.h exists but we don't want to use it.