]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport of _Icnmodule.c 1.5, icnsupport.py 1.7:
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 10:45:21 +0000 (10:45 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 10:45:21 +0000 (10:45 +0000)
commit90c25aa2b656c47304c77723be1987cf34b99d36
tree687def1a3b564f197887cd3eb95594102ab7d9f8
parent2bfd14e3c504fc66dd173de802e107e0457811ba
Backport of _Icnmodule.c 1.5, icnsupport.py 1.7:
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/icn/_Icnmodule.c
Mac/Modules/icn/icnsupport.py