]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport of _Evtmodule.c 1.6, evtsupport.py 1.15:
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 11:14:28 +0000 (11:14 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 11:14:28 +0000 (11:14 +0000)
commit9993a364f7ede91b1a84d4592893d48652cf5d90
tree79457871b5aa5e6933a85b5a7cd965e6646a9ee6
parent6f2fd304d5e821c02420563832d1ec8ce1992e2c
Backport of _Evtmodule.c 1.6, evtsupport.py 1.15:
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/evt/_Evtmodule.c
Mac/Modules/evt/evtsupport.py