-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Open
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-asynciotype-featureA feature request or enhancementA feature request or enhancement
Description
Currently get_all_awaited_by
API is provided part of _remote_debugging
module.
But the module is private currently, and there are some usecase for this API from aiomonitor.
So it would be useful if we could export it as part of the asyncio API, such as 'asyncio.get_all_awaited_by'.
Please let me know if there is concern to export this API as public. @kumaraditya303 @pablogsal
cc @achimnol
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-asynciotype-featureA feature request or enhancementA feature request or enhancement
Projects
Status
Todo