[issue35812] Don't log an exception from the main coroutine in asyncio.run()

Andrew Svetlov report at bugs.python.org
Thu Feb 21 13:20:39 EST 2019


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

Nevermind.

Actually, I used a backport `asyncio.run()` to Python 3.6.
I saw the problem because of the difference between `asyncio.all_task()` and `asyncio.Task.all_task()`.

The former return only active tasks but the later returns done tasks also.

----------
resolution:  -> not a bug

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35812>
_______________________________________


More information about the Python-bugs-list mailing list