[3.7] bpo-23859: Document that asyncio.wait() does not cancel its futures (GH-7217) by miss-islington · Pull Request #7227 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
1st1 merged 2 commits intopython:3.7from
May 30, 2018Merged
Conversation
Copy link Copy Markdown
Contributor
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
…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
requested review from
1st1 and
asvetlov
as code owners
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
awaiting review
label
Copy link Copy Markdown
Contributor Author
miss-islington
commented
May 29, 2018
miss-islington commented
May 29, 2018
1st1
merged commit
f952694
into
python:3.7
Copy link Copy Markdown
bedevere-bot
commented
May 30, 2018
bedevere-bot commented
May 30, 2018@1st1: Please replace # with GH- in the commit message next time. Thanks!
Copy link Copy Markdown
Contributor Author
miss-islington
commented
May 30, 2018
miss-islington commented
May 30, 2018Thanks, @1st1!
bedevere-bot
removed
the
awaiting review
label
miss-islington
deleted the
backport-f9aeca2-3.7
branch
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment