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.
This commit is contained in:
Kurt B. Kaiser 2003-06-01 01:08:32 +00:00
parent ce5b6d55b8
commit 6c8579ed4d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ editor-on-startup= 0
autosave= 0 autosave= 0
print-command-posix=lpr %s print-command-posix=lpr %s
print-command-win=start /min notepad /p %s print-command-win=start /min notepad /p %s
delete-exitfunc= 0 delete-exitfunc= 1
[EditorWindow] [EditorWindow]
width= 80 width= 80