Staging
v0.5.1
https://github.com/python/cpython
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
Tip revision: b13cacf677c335d43be20675b406923acc1b74a7 authored by Ronald Oussoren on 17 May 2011, 13:13:46 UTC
(backport) Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5
Tip revision: b13cacf
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.bzrignore -rw-r--r-- 493 bytes
.hgeol -rw-r--r-- 620 bytes
.hgignore -rw-r--r-- 821 bytes
.hgtags -rw-r--r-- 7.0 KB
LICENSE -rw-r--r-- 13.9 KB
Makefile.pre.in -rw-r--r-- 40.0 KB
README -rw-r--r-- 52.5 KB
configure -rwxr-xr-x 396.5 KB
configure.in -rw-r--r-- 122.8 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.4 KB
setup.py -rw-r--r-- 88.2 KB

README

back to top