]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport of _TEmodule.c 1.8, tesupport.py 1.10:
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 10:41:18 +0000 (10:41 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 10:41:18 +0000 (10:41 +0000)
commitae0c1cb0de0a6c03d57ba1aff57cd55b9cb220a8
treeaf446572b030249215b4d0877d0a406a3e0e147c
parenta0c5e54dba196ba70f431e31984b03ca26753393
Backport of _TEmodule.c 1.8, tesupport.py 1.10:
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/te/_TEmodule.c
Mac/Modules/te/tesupport.py