bpo-37658: Fix asyncio.wait_for() to respect waited task status (#21894)
Currently, if `asyncio.wait_for()` itself is cancelled it will always raise `CancelledError` regardless if the underlying task is still running. This is similar to a race with the timeout, which is handled already.
E
Elvis Pranskevichus committed
a2118a14627256197bddcf4fcecad4c264c1e39d
Parent: c517fc7
Committed by GitHub <noreply@github.com>
on 8/26/2020, 4:42:45 PM