]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport of _Qdmodule.c 1.8, qdsupport.py 1.38:
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 12:20:43 +0000 (12:20 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 12:20:43 +0000 (12:20 +0000)
commit799699d82ac339e8d65ca9a4cfcf20f40e13082a
tree8de894f50a94ba39669ee0c6e884baa97d13aec1
parentd612a818dc8283ae3eaaf3d8488a0b2816eec5b2
Backport of _Qdmodule.c 1.8, qdsupport.py 1.38:
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/qd/_Qdmodule.c
Mac/Modules/qd/qdsupport.py