[issue23451] Deprecation warnings building 3.5 Visual Studio Windows 8.1 64 bit

Steve Dower report at bugs.python.org
Thu Feb 12 03:17:08 CET 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue23451>
_______________________________________


More information about the Python-bugs-list mailing list