Staging
v0.5.1
https://github.com/python/cpython
Revision 6a904c16f7eac3d6da1add1851a8de978db09e60 authored by Terry Jan Reedy on 21 November 2015, 00:36:43 UTC, committed by Terry Jan Reedy on 21 November 2015, 00:36:43 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 0f3c976
History
Tip revision: 6a904c16f7eac3d6da1add1851a8de978db09e60 authored by Terry Jan Reedy on 21 November 2015, 00:36:43 UTC
Issue #24455: Prevent IDLE from hanging when a) closing the shell while the
Tip revision: 6a904c1
File Mode Size
stringlib
abstract.c -rw-r--r-- 68.3 KB
accu.c -rw-r--r-- 2.4 KB
boolobject.c -rw-r--r-- 6.5 KB
bytearrayobject.c -rw-r--r-- 89.3 KB
bytes_methods.c -rw-r--r-- 9.1 KB
bytesobject.c -rw-r--r-- 87.6 KB
capsule.c -rw-r--r-- 7.2 KB
cellobject.c -rw-r--r-- 4.8 KB
classobject.c -rw-r--r-- 19.1 KB
codeobject.c -rw-r--r-- 19.4 KB
complexobject.c -rw-r--r-- 31.0 KB
descrobject.c -rw-r--r-- 53.2 KB
dictnotes.txt -rw-r--r-- 6.0 KB
dictobject.c -rw-r--r-- 116.0 KB
enumobject.c -rw-r--r-- 12.7 KB
exceptions.c -rw-r--r-- 84.0 KB
fileobject.c -rw-r--r-- 15.5 KB
floatobject.c -rw-r--r-- 65.8 KB
frameobject.c -rw-r--r-- 32.1 KB
funcobject.c -rw-r--r-- 30.6 KB
genobject.c -rw-r--r-- 16.8 KB
iterobject.c -rw-r--r-- 9.1 KB
listobject.c -rw-r--r-- 85.9 KB
listsort.txt -rw-r--r-- 34.9 KB
lnotab_notes.txt -rw-r--r-- 5.3 KB
longobject.c -rw-r--r-- 155.5 KB
memoryobject.c -rw-r--r-- 86.5 KB
methodobject.c -rw-r--r-- 11.0 KB
moduleobject.c -rw-r--r-- 15.0 KB
namespaceobject.c -rw-r--r-- 7.3 KB
object.c -rw-r--r-- 55.4 KB
obmalloc.c -rw-r--r-- 75.2 KB
rangeobject.c -rw-r--r-- 36.8 KB
setobject.c -rw-r--r-- 71.3 KB
sliceobject.c -rw-r--r-- 18.4 KB
structseq.c -rw-r--r-- 12.9 KB
tupleobject.c -rw-r--r-- 29.7 KB
typeobject.c -rw-r--r-- 219.8 KB
typeslots.inc -rw-r--r-- 3.6 KB
typeslots.py -rwxr-xr-x 821 bytes
unicodectype.c -rw-r--r-- 7.5 KB
unicodeobject.c -rw-r--r-- 449.3 KB
unicodetype_db.h -rw-r--r-- 187.3 KB
weakrefobject.c -rw-r--r-- 29.4 KB

back to top