[issue8021] sys.exit() doesn't execute inside a signal handler while blocked inside an try/except

David Schere report at bugs.python.org
Thu Feb 25 23:54:45 CET 2010


David Schere <dschere at arinc.com> added the comment:

sys.exit() does not behave the way a C programming thinks. It raises an exception. 

I'm probably not the first person to get this 'gotcha'

----------
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8021>
_______________________________________


More information about the Python-bugs-list mailing list