-
-
Notifications
You must be signed in to change notification settings - Fork 32k
socket.create_server: dualstack_ipv6 and family #129994
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
Labels
docs
Documentation in the Doc dir
Comments
I guess we can indeed mention that |
picnixz
pushed a commit
that referenced
this issue
Mar 30, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 30, 2025
…reate_server` (pythonGH-129996) (cherry picked from commit 044a1e1) Co-authored-by: Alexander Ershov <150328014+AEErshov@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 30, 2025
…reate_server` (pythonGH-129996) (cherry picked from commit 044a1e1) Co-authored-by: Alexander Ershov <150328014+AEErshov@users.noreply.github.com>
Thank you for the report and the fix! |
seehwan
pushed a commit
to seehwan/cpython
that referenced
this issue
Apr 16, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Documentation
Calling
socket.create_server
withdualstack_ipv6=True
expectfamily=AF_INET
. For example:raise
ValueError
.There is nothing about it docs. We should add this constrain in docs.
Linked PRs
dualstack_ipv6
insocket.create_server
(GH-129996) #131890dualstack_ipv6
insocket.create_server
(GH-129996) #131891The text was updated successfully, but these errors were encountered: