]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport of _Cmmodule.c 1.8 and cmsupport.py 1.6:
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 12:24:50 +0000 (12:24 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 12:24:50 +0000 (12:24 +0000)
commit8ae56530fd7dccaf1992024f8e5185737239e42e
tree43bbcda4ad37f6a5708772e951db958aa6502e88
parent4b9fa7373c82c3a8b9d9a7decfffc601419036cc
Backport of _Cmmodule.c 1.8 and cmsupport.py 1.6:
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/cm/_Cmmodule.c
Mac/Modules/cm/cmsupport.py