mirror of
https://github.com/python/cpython.git
synced 2026-06-23 19:41:58 -04:00
ef3d02ebb9
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.