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
Raw File
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
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top