[3.6] bpo-23859: Document that asyncio.wait() does not cancel its futures (GH-7217) by miss-islington · Pull Request #7228 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Closed
miss-islington wants to merge 1 commit intopython:3.6from
Closed
[3.6] bpo-23859: Document that asyncio.wait() does not cancel its futures (GH-7217)#7228
miss-islington wants to merge 1 commit intopython:3.6from
[3.6] bpo-23859: Document that asyncio.wait() does not cancel its futures (GH-7217)#7228
miss-islington wants to merge 1 commit intopython:3.6from
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>
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
1st1
closed this
miss-islington
deleted the
backport-f9aeca2-3.6
branch
Copy link Copy Markdown
Member
1st1
commented
May 29, 2018
1st1 commented
May 29, 2018wait_for wasn't fixed to wait on cancelled futures in Python 3.6, so this PR isn't relevant.
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