restoring signal handlers

Nathan Clegg nathan at islanddata.com
Tue Jun 22 11:03:35 EDT 1999


Is it necessary to restore original signal handlers before quitting a
program?  I can see saving them if I want to restore them at some middle
point of execution, but if I want my own handlers in place for the entire
life of my app, do I need to bother saving and restoring the originals?


----------------------------------
Nathan Clegg
 nathan at islanddata.com






More information about the Python-list mailing list