]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport of _Fmmodule.c 1.6 and fmsupport.py 1.6:
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 10:56:59 +0000 (10:56 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 10:56:59 +0000 (10:56 +0000)
commit6f2fd304d5e821c02420563832d1ec8ce1992e2c
tree0024b1b15073b78e04e837d7772e1b0872f87a11
parent90c25aa2b656c47304c77723be1987cf34b99d36
Backport of _Fmmodule.c 1.6 and fmsupport.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/fm/_Fmmodule.c
Mac/Modules/fm/fmsupport.py