]> granicus.if.org Git - python/commit
Weaklink most toolbox modules, improving backward compatibility. Modules will no...
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 24 Mar 2002 23:04:18 +0000 (23:04 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 24 Mar 2002 23:04:18 +0000 (23:04 +0000)
commit9d79990ac725830134b7a9147f18297a0e6da5db
treec304e5591addd9703fee03f75ed97a0e9a352a06
parentd69711cb1ef1e44d4fcd72d6a1b01ac6f3a52782
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.

Should finally fix 531398. 2.2.1 candidate.

Also blacklisted some constants with definitions that were not Python-compatible.
15 files changed:
Mac/Modules/ae/_AEmodule.c
Mac/Modules/app/_Appmodule.c
Mac/Modules/app/appsupport.py
Mac/Modules/cf/cfscan.py
Mac/Modules/cm/_Cmmodule.c
Mac/Modules/drag/_Dragmodule.c
Mac/Modules/evt/_Evtmodule.c
Mac/Modules/fm/_Fmmodule.c
Mac/Modules/icn/_Icnmodule.c
Mac/Modules/qd/_Qdmodule.c
Mac/Modules/qdoffs/_Qdoffsmodule.c
Mac/Modules/qt/_Qtmodule.c
Mac/Modules/te/_TEmodule.c
Mac/Modules/waste/wastescan.py
Mac/Modules/win/winscan.py