Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-128002: use internal llist implementation for asyncio tasks #128256

Merged
merged 2 commits into from
Dec 25, 2024

Conversation

kumaraditya303
Copy link
Contributor

@kumaraditya303 kumaraditya303 commented Dec 25, 2024

This refactor would help further experimentation like moving to per-thread asyncio tasks lists etc.

Copy link
Contributor

@picnixz picnixz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One nit and LGTM.

Modules/_asynciomodule.c Outdated Show resolved Hide resolved
@kumaraditya303 kumaraditya303 merged commit 76f1785 into python:main Dec 25, 2024
39 checks passed
@kumaraditya303 kumaraditya303 deleted the llist branch December 25, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants