]> granicus.if.org Git - python/commit
Link the core with CoreServices, not with Carbon, and don't use any Carbon
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 31 Oct 2001 12:11:48 +0000 (12:11 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 31 Oct 2001 12:11:48 +0000 (12:11 +0000)
commit666b1e7e2f929af06fdfd074304a727f3dc5ed12
tree8878f4dc1eeb8500b1592949f7fe4e02f2fcc147
parentd17f4bd6c8bb2bed81695fb9ee13ccb0da930824
Link the core with CoreServices, not with Carbon, and don't use any Carbon
routines. As of 10.1 using Carbon will crash Python if no window server is
available (ssh connection, console mode, MacOSX Server). This fixes bug
#466907.

A result of this mod is that the default 8bit encoding on OSX is now ASCII,
for the time being. Also, the extension modules that need the Carbon
framework now explicitly include it in setup.py.
Python/mactoolboxglue.c
configure
configure.in
setup.py