Skip to content

Add asyncio.graph, updates to asyncio.futures (3.14)#14003

Merged
srittau merged 14 commits intopython:mainfrom
max-muoto:asyncio-future-graph
May 12, 2025
Merged

Add asyncio.graph, updates to asyncio.futures (3.14)#14003
srittau merged 14 commits intopython:mainfrom
max-muoto:asyncio-future-graph

Conversation

@max-muoto
Copy link
Contributor

@max-muoto max-muoto commented May 11, 2025

Add new asyncio.graph module and made updates for asyncio.futures

Didn't fix all issues because surprisingly (at least to me) some private functions were added to asyncio.events.__all__, take _get_event_loop_policy to accomadate deprecations, see this PR as an example: python/cpython#128218. Once we tackle adding these, I don't think it necessarily makes sense to add them considering they'll be both private and deprecated on addition. Perhaps this is something to change in cpython itself.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants