Skip to content

feat: expose coroutine constructor#3613

Draft
wyfo wants to merge 4 commits into
PyO3:mainfrom
wyfo:coroutine_new
Draft

feat: expose coroutine constructor#3613
wyfo wants to merge 4 commits into
PyO3:mainfrom
wyfo:coroutine_new

Conversation

@wyfo

@wyfo wyfo commented Nov 30, 2023

Copy link
Copy Markdown
Contributor

Relates to #1632

Draft based on #3612

This should be the final PR of the async support! 🥳

@wyfo wyfo marked this pull request as draft November 30, 2023 15:48
@codspeed-hq

codspeed-hq Bot commented Nov 30, 2023

Copy link
Copy Markdown

CodSpeed Performance Report

Merging #3613 will not alter performance

Comparing wyfo:coroutine_new (7a17c5e) with main (6c2e6f8)

Summary

✅ 65 untouched

wyfo added 4 commits April 25, 2024 11:19
Asyncio is the standard and de facto main Python async runtime.
Among non-standard runtime, only trio seems to have substantial traction,
especially thanks to the anyio project.
There is indeed a strong trend for anyio (e.g. FastApi), which can
justify a dedicated support.
@Distortedlogic

Copy link
Copy Markdown

when merge?

@LilyFirefly

Copy link
Copy Markdown
Contributor

For this to be merged it'll need the merge conflicts fixed and the tests passing.

@davidhewitt

Copy link
Copy Markdown
Member

Primarily it's blocked on #3610, but we need to make a decision on that in combination with #3646.

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.

4 participants