diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2011-05-17 12:52:21 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2011-05-17 12:52:21 (GMT) |
commit | 1cb08c3f838524827cb054f016849a28aa49549c (patch) | |
tree | 882c7f6d534e00078191612b5621044f3fcb90f7 /Lib/test/test_weakref.py | |
parent | 2b7ea91e3dbb08ec1d4ddaa196f745596ebd1830 (diff) | |
parent | 5ee0567bb2af1c81da72990c9b2cd199af2e2ace (diff) | |
download | cpython-1cb08c3f838524827cb054f016849a28aa49549c.zip cpython-1cb08c3f838524827cb054f016849a28aa49549c.tar.gz cpython-1cb08c3f838524827cb054f016849a28aa49549c.tar.bz2 |
Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5
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 = 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.
Diffstat (limited to 'Lib/test/test_weakref.py')
0 files changed, 0 insertions, 0 deletions