Skip to content

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

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

Closed

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]>
@1st1 1st1 closed this May 29, 2018
@miss-islington miss-islington deleted the backport-f9aeca2-3.6 branch May 29, 2018 22:39
@1st1
Copy link
Member

1st1 commented May 29, 2018

wait_for wasn't fixed to wait on cancelled futures in Python 3.6, so this PR isn't relevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants