bpo-23859: Document that asyncio.wait() does not cancel its futures by elprans · Pull Request #7217 · python/cpython
Unlike `asyncio.wait_for()`, `asyncio.wait()` does not cancel the passed futures when a timeout accurs.
1st1
approved these changes
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
…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
…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>
1st1 pushed a commit that referenced this pull request
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters