Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Closed
Description
asyncio.iscoroutinefunction
should be deprecated in favor ofinspect.iscoroutinefunction
, we don't need two different functions to do the same thing. I propose to deprecateasyncio.iscoroutinefunction
because IMO these introspection functions don't belong toasyncio
but more toinspect
module. It will be deprecated in Python 3.14 and scheduled for removal in Python 3.16.
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
Done