-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
GH-90927: docs for asyncio.timeout and task cancellation #94794
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
Conversation
@gvanrossum @CAM-Gerlach I have not yet had the chance to address all the feedback from the last PR, but here's the new one. |
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
Yeah, annotations are fine here IMO. |
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! I will merge the markup fix, wait for tests to pass, and merge it. Thank you so much for writing this.
Sorry, I can't merge this PR. Reason: |
Thanks @Tinche for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
…nGH-94794) (cherry picked from commit 08f6897) Co-authored-by: Tin Tvrtković <tinchester@gmail.com>
GH-94870 is a backport of this pull request to the 3.11 branch. |
Thanks for managing this @gvanrossum , it was my pleasure. |
Add docs for
asyncio.timeout
,asyncio.timeout_at
and a short section on asyncio cancellation.Automerge-Triggered-By: GH:gvanrossum