This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients BreamoreBoy, pitrou, steve.dower, tim.golden, zach.ware
Date 2015-02-12.02:17:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423707428.76.0.16312716945.issue23451@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-02-12 02:17:08steve.dowersetrecipients: + steve.dower, pitrou, tim.golden, BreamoreBoy, zach.ware
2015-02-12 02:17:08steve.dowersetmessageid: <1423707428.76.0.16312716945.issue23451@psf.upfronthosting.co.za>
2015-02-12 02:17:08steve.dowerlinkissue23451 messages
2015-02-12 02:17:08steve.dowercreate