bpo-23859: Document that asyncio.wait() does not cancel its futures by elprans · Pull Request #7217 · python/cpython

@elprans

Unlike `asyncio.wait_for()`, `asyncio.wait()` does not cancel the passed
futures when a timeout accurs.

1st1

1st1 approved these changes May 29, 2018

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 29, 2018
…ythonGH-7217)

Unlike `asyncio.wait_for()`, `asyncio.wait()` does not cancel the passed
futures when a timeout accurs.
(cherry picked from commit f9aeca2)

Co-authored-by: Elvis Pranskevichus <elvis@magic.io>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 29, 2018
…ythonGH-7217)

Unlike `asyncio.wait_for()`, `asyncio.wait()` does not cancel the passed
futures when a timeout accurs.
(cherry picked from commit f9aeca2)

Co-authored-by: Elvis Pranskevichus <elvis@magic.io>

vstinner

elprans added a commit to elprans/cpython that referenced this pull request

May 29, 2018

1st1 pushed a commit that referenced this pull request

May 30, 2018

1st1 pushed a commit that referenced this pull request

May 30, 2018
…ures (GH-7217) (#7227)

* bpo-23859: Document that asyncio.wait() does not cancel its futures (GH-7217)

Unlike `asyncio.wait_for()`, `asyncio.wait()` does not cancel the passed
futures when a timeout accurs.
(cherry picked from commit f9aeca2)

Co-authored-by: Elvis Pranskevichus <elvis@magic.io>

* Update asyncio-task.rst