Skip to content

[3.7] bpo-23859: Document that asyncio.wait() does not cancel its futures (GH-7217) #7227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 30, 2018

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 29, 2018

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 [email protected]

https://bugs.python.org/issue23859

…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 <[email protected]>
@miss-islington
Copy link
Contributor Author

@elprans and @1st1: Backport status check is done, and it's a success ✅ .

@1st1 1st1 merged commit f952694 into python:3.7 May 30, 2018
@bedevere-bot
Copy link

@1st1: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington
Copy link
Contributor Author

Thanks, @1st1!

@miss-islington miss-islington deleted the backport-f9aeca2-3.7 branch May 30, 2018 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants