Staging
v0.5.1
https://github.com/python/cpython
Revision 6e1954cd8286e083e7f8d09516d91b6b15769a4e authored by Miss Islington (bot) on 26 August 2020, 18:26:28 UTC, committed by GitHub on 26 August 2020, 18:26:28 UTC
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.
(cherry picked from commit a2118a14627256197bddcf4fcecad4c264c1e39d)

Co-authored-by: Elvis Pranskevichus <elvis@magic.io>
1 parent 0804539
History
Tip revision: 6e1954cd8286e083e7f8d09516d91b6b15769a4e authored by Miss Islington (bot) on 26 August 2020, 18:26:28 UTC
bpo-37658: Fix asyncio.wait_for() to respect waited task status (GH-21894) (#21965)
Tip revision: 6e1954c

README

back to top