[3.7] bpo-23859: Document that asyncio.wait() does not cancel its futures (GH-7217) by miss-islington · Pull Request #7227 · 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>

@miss-islington

Copy link Copy Markdown

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

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

@miss-islington

Copy link Copy Markdown

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

Reviewers

@1st1 1st1 Awaiting requested review from 1st1 1st1 is a code owner

@asvetlov asvetlov Awaiting requested review from asvetlov asvetlov is a code owner

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

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