Staging
v0.8.1
Revision b13cacf677c335d43be20675b406923acc1b74a7 authored by Ronald Oussoren on 17 May 2011, 13:13:46 UTC, committed by Ronald Oussoren on 17 May 2011, 13:13:46 UTC
Without this patch IDLE will crash reliably on OSX when Tkinter
is linked to TkCocoa 8.5.x.

To reproduce:

* Create a new file (script.py) with the following two lines:

x = raw_input('prompt: ')
print x

* Save the script

* Run the script using the F5 keyboard shortcut
  (running from the menu works fine)

The patch is a fairly crude hack, but we haven't found a better
workaround for this Tk bug yet.
1 parent 372954e
History

README

back to top