• Ronald Oussoren's avatar
    Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5 · 5ee0567b
    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 = 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.
    5ee0567b
Adı
Son kayıt (commit)
Son güncelleme
..
RPM Loading commit data...
TextMate/Python-Dev.tmbundle Loading commit data...
Vim Loading commit data...
ACKS Loading commit data...
HISTORY Loading commit data...
NEWS Loading commit data...
Porting Loading commit data...
README Loading commit data...
README.AIX Loading commit data...
README.coverity Loading commit data...
README.valgrind Loading commit data...
SpecialBuilds.txt Loading commit data...
build.sh Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
python-config.in Loading commit data...
python-wing3.wpr Loading commit data...
python-wing4.wpr Loading commit data...
python.man Loading commit data...
python.pc.in Loading commit data...
valgrind-python.supp Loading commit data...
vgrindefs Loading commit data...