[Idle-dev] CVS: idle config-main.def,1.18,1.19
Kurt B. Kaiser
kbk@users.sourceforge.net
Sat, 31 May 2003 18:08:35 -0700
Update of /cvsroot/idlefork/idle
In directory sc8-pr-cvs1:/tmp/cvs-serv8373
Modified Files:
config-main.def
Log Message:
Set the default for delete-exitfunc in config-main.def to True to handle
abnormal exit situations cleanly, especially stuck user threads. Future
plan is to intercept the user's atexit functions and run them under
IDLE's control.
Index: config-main.def
===================================================================
RCS file: /cvsroot/idlefork/idle/config-main.def,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** config-main.def 28 May 2003 01:47:46 -0000 1.18
--- config-main.def 1 Jun 2003 01:08:32 -0000 1.19
***************
*** 44,48 ****
print-command-posix=lpr %s
print-command-win=start /min notepad /p %s
! delete-exitfunc= 0
[EditorWindow]
--- 44,48 ----
print-command-posix=lpr %s
print-command-win=start /min notepad /p %s
! delete-exitfunc= 1
[EditorWindow]