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
bpo-44077: Expose IP_RECVTOS in the socket module #25992
Conversation
This comment has been hidden.
This comment has been hidden.
Please update Docs and NEWS
For your help: https://github.com/python/cpython/pull/24946/files and https://docs.python.org/3/library/socket.html?highlight=socket#socket.SOMAXCONN
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
I have made the requested changes; please review again. |
Thanks for making the requested changes! @corona10: please review the changes made to this pull request. |
EDITED after updating my repository and discovering new 3.11.rst. Georg, unless Pablo says yes, the 'new in' entry should say 3.11 and the what's new entry moved to 3.11.rst. @corona10 Is this something you might merge, or do we need to find a socket person (I am not)? |
@terryjreedy |
I often observe that this kind of constants adding was accepted. |
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
@terryjreedy |
I have made the requested changes; please review again. |
Thanks for making the requested changes! @corona10: please review the changes made to this pull request. |
This PR is stale because it has been open for 30 days with no activity. |
Sorry for the late response, This has flown under my radar :( I am ok including this constant, as it is contained enough |
Thanks @gsauthof for the PR, and @pablogsal for merging it |
Co-authored-by: Pablo Galindo <pablogsal@gmail.com> (cherry picked from commit a317778) Co-authored-by: Georg Sauthoff <mail@georg.so>
GH-26815 is a backport of this pull request to the 3.10 branch. |
Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
https://bugs.python.org/issue44077
https://bugs.python.org/issue44077
The text was updated successfully, but these errors were encountered: