[issue10973] OS X 10.6 IDLE, tkinter: Cocoa Tk 8.5 crash when composite character typed in text field

Martin v. Löwis report at bugs.python.org
Sun Jan 23 02:59:40 CET 2011


Martin v. Löwis <martin at v.loewis.de> added the comment:

> Hmm.  It seems better to me to accept this bug (and document it, and
> point out that it isn't Python's fault) than depriving 64-bit users
> of IDLE, or (even worse) of tkinter.

I disagree. There aren't really "64-bit users" on OSX, thanks to fat
binaries. So if starting IDLE would start a 32-bit interpreter, users
likely won't even notice. If they do notice, they can still run in
64-bit mode from the command line.

In my experience with fat python builds on OSX, it's typically better
to prefer 32-bit mode, anyway, as extension modules often don't come
in a fat version, but often in 32-bit mode only.

----------
title: OS X 10.6 IDLE, tkinter: Cocoa Tk 8.5 crash when composite character typed in text field -> OS X 10.6 IDLE,	tkinter: Cocoa Tk 8.5 crash when composite character typed in text	field

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10973>
_______________________________________


More information about the Python-bugs-list mailing list