• Ronald Oussoren's avatar
    (backport) Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5 · b13cacf6
    Ronald Oussoren yazdı
    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.
    b13cacf6
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.hgeol Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...