]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport of _Appmodule.c 1.10, appsupport.py 1.14:
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 10:30:36 +0000 (10:30 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 10:30:36 +0000 (10:30 +0000)
commitec158087ef9963ec7fbea90250e695631488fbb0
tree24883ce5e16d27b39ed64e0dee732a621fbbe042
parentc629efaf91eaa5acf9756d33834b3c031fe7a373
Backport of _Appmodule.c 1.10, appsupport.py 1.14:
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.
Mac/Modules/app/_Appmodule.c
Mac/Modules/app/appsupport.py