[3.6] bpo-23859: Document that asyncio.wait() does not cancel its futures (GH-7217) by miss-islington · Pull Request #7228 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

Copy link Copy Markdown

Contributor

@miss-islington miss-islington commented

May 29, 2018

edited by bedevere-bot

Loading

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

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 <elvis@magic.io>

@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 Copy Markdown

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

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington @1st1 @the-knights-who-say-ni @bedevere-bot @elprans