From 6c8579ed4d76470d7523026e44299d71fdfc0eb5 Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Sun, 1 Jun 2003 01:08:32 +0000 Subject: [PATCH] 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. --- Lib/idlelib/config-main.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def index 206c37f14d7..4b545d44e95 100644 --- a/Lib/idlelib/config-main.def +++ b/Lib/idlelib/config-main.def @@ -43,7 +43,7 @@ editor-on-startup= 0 autosave= 0 print-command-posix=lpr %s print-command-win=start /min notepad /p %s -delete-exitfunc= 0 +delete-exitfunc= 1 [EditorWindow] width= 80