asyncio.wait should accept generator of tasks as first argument

jnwatson · GitHub

BPO

34349

Nosy

@asvetlov

,

@1st1

,

@jnwatson

,

@tirkarthi

,

@epiphyte

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

Show more detailsGitHub fields:

assignee=Noneclosed_at=Nonecreated_at=<Date2018-08-06.19:41:06.692>labels= ['3.8', 'expert-asyncio'] title='asyncio.wait should accept generator of tasks as first argument'updated_at=<Date2018-08-07.14:20:15.310>user='https://github.com/jnwatson'bugs.python.org fields:

activity=<Date2018-08-07.14:20:15.310>actor='yselivanov'assignee='none'closed=Falseclosed_date=Nonecloser=Nonecomponents= ['asyncio'] creation=<Date2018-08-06.19:41:06.692>creator='jnwatson'dependencies= [] files= [] hgrepos= [] issue_num=34349keywords= [] message_count=2.0messages= ['323217', '323241'] nosy_count=5.0nosy_names= ['asvetlov', 'yselivanov', 'jnwatson', 'xtreak', 'epiphyte'] pr_nums= [] priority='normal'resolution=Nonestage=Nonestatus='open'superseder=Nonetype=Noneurl='https://bugs.python.org/issue34349'versions= ['Python 3.8']Linked PRs

GH-78530: add support for generators in asyncio.wait #102761

[3.11] GH-78530: clarify docs for generators yielding tasks in asyncio.wait and asyncio.as_completed #103748