SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72140 0 25 Python

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.
G
Guido van Rossum committed
ef3d02ebb955d01b2a8484d7c25f5ced4bf2036d
Parent: 7661185