]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport of _Dragmodule.c 1.8, dragsupport.py 1.10:
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 12:17:28 +0000 (12:17 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 12:17:28 +0000 (12:17 +0000)
commitd612a818dc8283ae3eaaf3d8488a0b2816eec5b2
treeb3d6558a24d3320b451c2f307e25e72a9eb94f60
parent9993a364f7ede91b1a84d4592893d48652cf5d90
Backport of _Dragmodule.c 1.8, dragsupport.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/drag/_Dragmodule.c
Mac/Modules/drag/dragsupport.py