-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-128307: Update docs for asyncio.create_task, TaskGroup.create_task, asyncio.create_task #134202
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-128307: Update docs for asyncio.create_task, TaskGroup.create_task, asyncio.create_task #134202
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except I'm uneasy with how name, context and eager_task arguments are presented.
You're also going to backport these to 3.13 right? (But describing how 3.13.4 works -- you can't change 3.13.3 by definition). |
I thought we were happy with the docs on 3.13 now? So this won't need a backport |
Agreed, not to 3.13. But this should be marked as backport to 3.14 right? What do you think about my comment on the signature description? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG then! I will merge and ensure a backport to 3.14 happens.
Thanks @graingert for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…e_task, asyncio.create_task (pythonGH-134202) (cherry picked from commit a3d0306) Co-authored-by: Thomas Grainger <[email protected]>
GH-134553 is a backport of this pull request to the 3.14 branch. |
📚 Documentation preview 📚: https://cpython-previews--134202.org.readthedocs.build/