]> granicus.if.org Git - python/commit
Got the first MacPython module working under MacOSX/MachO (gestalt). Main changes
authorJack Jansen <jack.jansen@cwi.nl>
Sat, 12 May 2001 22:46:35 +0000 (22:46 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sat, 12 May 2001 22:46:35 +0000 (22:46 +0000)
commit0194ad5c7d2a0ffe473b87933768cb509417ff59
tree8d0cec5b98d59c0931d2e54550fb4d9b1af17ff3
parent6e68a7e74f63f2aeda22e80e3fd9abdf3ada0f73
Got the first MacPython module working under MacOSX/MachO (gestalt). Main changes
are including Carbon/Carbon.h in stead of the old headers (unless WITHOUT_FRAMEWORKS
is defined, as it will be for classic MacPython) and selectively disabling all the
stuff that is unneeded in a unix-Python (event handling, etc).
Mac/Include/macglue.h
Mac/Modules/gestaltmodule.c
Mac/Python/macglue.c