[issue25489] sys.exit() caught in exception handler

R. David Murray report at bugs.python.org
Tue Oct 27 13:28:43 EDT 2015


R. David Murray added the comment:

No, you are talking about *all* exceptions, since they all descend from BaseException.  Python's normal __del__ handling just prints the ignored exception to stdout, even if it is a BaseException.  Why should asyncio be different (other than logging it instead, which would be useful)?

----------

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


More information about the Python-bugs-list mailing list