-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-96773 Fixing documentation of socket backlog #96778
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-96773 Fixing documentation of socket backlog #96778
Conversation
Change seems right and matches with #12735, just uncertain on whether it will truly set @giampaolo Could you take a look at this PR and whether it looks good to you, or if it needs something on |
Thanks @mehrdadmoradii for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
(cherry picked from commit 1d1480f) Co-authored-by: Mehrdad Moradizadeh <[email protected]>
GH-100661 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit 1d1480f) Co-authored-by: Mehrdad Moradizadeh <[email protected]>
GH-100662 is a backport of this pull request to the 3.10 branch. |
(cherry picked from commit 1d1480f) Co-authored-by: Mehrdad Moradizadeh <[email protected]>
(cherry picked from commit 1d1480f) Co-authored-by: Mehrdad Moradizadeh <[email protected]>
making the
socket.create_server
docs consistent withsocket.listen
.