Steve Dower added the comment:

Patch attached.

Interesting, once you declare Vista as the minimum API set, WinSock claims to 
support CMSG_LEN which enables sendmsg() et al support in _socket. Since the 
WinSock API bears little relation to the POSIX(?) API, it doesn't build, so 
I've just undef'd CMSG_LEN when building socket.

----------
keywords: +patch
Added file: http://bugs.python.org/file38103/23451_1.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23451>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to