GH-95913: Update what's new in 3.11 for asyncio#97806
Merged
gvanrossum merged 8 commits intopython:mainfrom Oct 4, 2022
Merged
GH-95913: Update what's new in 3.11 for asyncio#97806gvanrossum merged 8 commits intopython:mainfrom
gvanrossum merged 8 commits intopython:mainfrom
Conversation
2289ce9 to
7977354
Compare
kumaraditya303
requested changes
Oct 4, 2022
Co-authored-by: Kumar Aditya <[email protected]>
kumaraditya303
approved these changes
Oct 4, 2022
Contributor
kumaraditya303
left a comment
There was a problem hiding this comment.
LGTM with a typo fix I suggested.
Co-authored-by: Kumar Aditya <[email protected]>
CAM-Gerlach
reviewed
Oct 4, 2022
Member
CAM-Gerlach
left a comment
There was a problem hiding this comment.
Just a few minor tweaks; looks like @kumaraditya303 already covered my more substantive comments from the erstwhile review that I fell asleep before I submitted. Thanks @gvanrossum for taking care of this!
Co-authored-by: C.A.M. Gerlach <[email protected]>
Co-authored-by: C.A.M. Gerlach <[email protected]>
Co-authored-by: Jelle Zijlstra <[email protected]>
JelleZijlstra
approved these changes
Oct 4, 2022
33 tasks
Contributor
|
Thanks @gvanrossum for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
|
GH-97839 is a backport of this pull request to the 3.11 branch. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Oct 4, 2022
Co-authored-by: Kumar Aditya <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit 9fbfa42) Co-authored-by: Guido van Rossum <[email protected]>
miss-islington
added a commit
that referenced
this pull request
Oct 4, 2022
Co-authored-by: Kumar Aditya <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit 9fbfa42) Co-authored-by: Guido van Rossum <[email protected]>
mpage
pushed a commit
to mpage/cpython
that referenced
this pull request
Oct 11, 2022
Co-authored-by: Kumar Aditya <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]>
pablogsal
pushed a commit
that referenced
this pull request
Oct 22, 2022
Co-authored-by: Kumar Aditya <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit 9fbfa42) Co-authored-by: Guido van Rossum <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I couldn't figure out how to add links for sock_sendto(), sock_recvfrom() and sock_recvfrom_into().