Martin Natano <[email protected]> added the comment:
How would calling `outer.exception()` suppress the message? This happens when the outer task is cancelled while the inner task is still running. In that case the exception is never set on outer. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue42636> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
