https://github.com/python/cpython
Revision 89bdf373c4fc5b28f0b62de8fee4c9fb97c35411 authored by Terry Jan Reedy on 21 November 2015, 00:36:38 UTC, committed by Terry Jan Reedy on 21 November 2015, 00:36:38 UTC
debugger is active (15347); b) closing the debugger with the [X] button
(15348); and c) activating the debugger when already active (24455).
The patch by Mark Roseman does this by making two changes.
1. To suspend and resume the gui.interaction method, use the tcl vwait
mechanism interded for this purpose instead of root.mainloop & .quit.
2. In gui.run, allow any existing interaction to terminate first.
1 parent 6156560
History
Tip revision: 89bdf373c4fc5b28f0b62de8fee4c9fb97c35411 authored by Terry Jan Reedy on 21 November 2015, 00:36:38 UTC
Issue #24455: Prevent IDLE from hanging when a) closing the shell while the
Tip revision: 89bdf37
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.bzrignore -rw-r--r-- 554 bytes
.gitignore -rw-r--r-- 625 bytes
.hgeol -rw-r--r-- 929 bytes
.hgignore -rw-r--r-- 1.0 KB
.hgtags -rw-r--r-- 8.2 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 45.1 KB
README -rw-r--r-- 54.0 KB
aclocal.m4 -rw-r--r-- 8.3 KB
config.guess -rwxr-xr-x 41.9 KB
config.sub -rwxr-xr-x 34.9 KB
configure -rwxr-xr-x 425.0 KB
configure.ac -rw-r--r-- 134.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 34.4 KB
setup.py -rw-r--r-- 95.4 KB

README

back to top