Skip to content

Document what asyncio.wait() and asyncio.as_completed() do if canceled. #90431

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

Open
termim mannequin opened this issue Jan 5, 2022 · 2 comments
Open

Document what asyncio.wait() and asyncio.as_completed() do if canceled. #90431

termim mannequin opened this issue Jan 5, 2022 · 2 comments
Labels
3.8 (EOL) end of life 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes docs Documentation in the Doc dir topic-asyncio

Comments

@termim
Copy link
Mannequin

termim mannequin commented Jan 5, 2022

BPO 46273
Nosy @termim, @asvetlov, @1st1

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = None
created_at = <Date 2022-01-05.20:07:21.748>
labels = ['3.8', '3.9', '3.10', '3.11', 'expert-asyncio', 'docs']
title = 'Document what asyncio.wait() and asyncio.as_completed() do if canceled.'
updated_at = <Date 2022-01-05.20:07:21.748>
user = 'https://github.com/termim'

bugs.python.org fields:

activity = <Date 2022-01-05.20:07:21.748>
actor = 'termim'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation', 'asyncio']
creation = <Date 2022-01-05.20:07:21.748>
creator = 'termim'
dependencies = []
files = []
hgrepos = []
issue_num = 46273
keywords = []
message_count = 1.0
messages = ['409801']
nosy_count = 4.0
nosy_names = ['termim', 'asvetlov', 'docs@python', 'yselivanov']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue46273'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10', 'Python 3.11']

@termim
Copy link
Mannequin Author

termim mannequin commented Jan 5, 2022

It is not clear from documentation what happens with awaitable objects when these are canceled.

@termim termim mannequin added 3.8 (EOL) end of life 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes labels Jan 5, 2022
@termim termim mannequin assigned docspython Jan 5, 2022
@termim termim mannequin added docs Documentation in the Doc dir topic-asyncio 3.8 (EOL) end of life 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes labels Jan 5, 2022
@termim termim mannequin assigned docspython Jan 5, 2022
@termim termim mannequin added docs Documentation in the Doc dir topic-asyncio labels Jan 5, 2022
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
@ezio-melotti ezio-melotti moved this to Todo in asyncio Jul 17, 2022
@willingc
Copy link
Contributor

Related to #79012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.8 (EOL) end of life 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes docs Documentation in the Doc dir topic-asyncio
Projects
Status: Todo
Development

No branches or pull requests

1 participant