-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Document some unavailability of sendmsg()/recvmsg() methods on Windows #122153
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
Comments
Duplicate of #80398 ? Also,
This actually has been discussed previously -- #50809 (comment)
|
…t.{send,recv}_fds` (pythonGH-134960) This amends commit e3b6ff1. (cherry picked from commit 128195e) Co-authored-by: GalaxySnail <me@glxys.nl>
…t.{send,recv}_fds` (pythonGH-134960) This amends commit e3b6ff1. (cherry picked from commit 128195e) Co-authored-by: GalaxySnail <me@glxys.nl>
I should have used the other issue for the docs, but I'll just close this one and keep the other open. |
Uh oh!
There was an error while loading. Please reload this page.
Feature or enhancement
Proposal:
Methods socket.sendmsg() and socket.recvmsg() are implemented only for Unix-like systems.
But Windows OS has similar API too: https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-wsasendmsg
Implementing these methods for WinSock2 will improve Python code portability.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
socket
module supportsendmsg
,recvmsg
on windows #125100socket.{send,recv}_fds
#134960socket.{send,recv}_fds
(GH-134960) #135017socket.{send,recv}_fds
(GH-134960) #135018The text was updated successfully, but these errors were encountered: