Results 1 issues of jcarmena

The asyncio documentation says: > Don’t call set_result() or set_exception() method of Future if the future is cancelled: > it would fail with an exception. For example, write: > >...

need inspection