Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c8579e

Browse files
committed
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.
1 parent ce5b6d5 commit 6c8579e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/config-main.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ editor-on-startup= 0
4343
autosave= 0
4444
print-command-posix=lpr %s
4545
print-command-win=start /min notepad /p %s
46-
delete-exitfunc= 0
46+
delete-exitfunc= 1
4747

4848
[EditorWindow]
4949
width= 80

0 commit comments

Comments
 (0)