]> granicus.if.org Git - python/commit
Removed some variables that are used to exchange data between import.c and
authorGuido van Rossum <guido@python.org>
Mon, 21 Jul 1997 14:54:36 +0000 (14:54 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 21 Jul 1997 14:54:36 +0000 (14:54 +0000)
commitef3d02ebb955d01b2a8484d7c25f5ced4bf2036d
treee5c9f58a81c0a3489f51f267393d355f60a4be58
parent766118525adee39af4e009e765ee1364df956964
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.
Python/import.c
Python/importdl.c
Python/importdl.h