Implementing sendmsg()/recvmsg() methods on Windows #122153
Labels
extension-modules
C modules in the Modules dir
OS-windows
type-feature
A feature request or enhancement
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 #125100The text was updated successfully, but these errors were encountered: