[issue1722344] Thread shutdown exception in Thread.notify()

Adam Olsen report at bugs.python.org
Wed Feb 6 00:20:22 CET 2008


Adam Olsen added the comment:

I disagree.  sys.exit() attempts to gracefully shutdown the interpreter,
invoking try/finally blocks and the like.  If you want to truly force
shutdown you should use os.abort() or os._exit().

Note that, as python doesn't call a main function, you have to use
sys.exit() to have an exit status.

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1722344>
_____________________________________


More information about the Python-bugs-list mailing list