R. David Murray added the comment:

I expected this function to be parallel to sys.excepthook, but I see that 
sys.excepthook does not get called if you call sys.exit() at the python prompt. 
 So I guess I agree with you that it is surprising, although I actually 
expected the opposite (that sys.excepthook would get called for sys.exit).

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25489>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to