Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
Closed
Description
Generator based coroutines were long deprecated and removed andasyncio
doesn't not supports it. There is some left over code for supporting it which can be removed now.
The first thing is this behavior ofasyncio.iscoroutine
which makes no sense now. I propose to remove this first.
importasynciodefgen():yield1assertnotasyncio.iscoroutine(gen())# fails
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
Done