]> granicus.if.org Git - python/commit
Set the default for delete-exitfunc in config-main.def to True to handle
authorKurt B. Kaiser <kbk@shore.net>
Sun, 1 Jun 2003 01:08:32 +0000 (01:08 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Sun, 1 Jun 2003 01:08:32 +0000 (01:08 +0000)
commit6c8579ed4d76470d7523026e44299d71fdfc0eb5
tree51ffd4c42b467a0f73f9bbfe99bceb377420129a
parentce5b6d55b8594971f4935724e73393d605d390be
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