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 worr
Recipients baikie, brian, ced, giampaolo.rodola, jackdied, janssen, jcea, ncoghlan, neologix, pitrou, python-dev, rosslagerwall, rpointel, schmichael, synapse, therve, vstinner, wiml, worr
Date 2015-04-14.15:51:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429026676.48.0.00211305285093.issue20669@psf.upfronthosting.co.za>
In-reply-to
Content
In the case of EINVAL, OpenBSD returns this if multiple cmsghdrs are attached to a message with sendmsg(2). In this case, those tests should probably be skipped.

I've attached the patch that combines haypo's patch with skips referencing this issue wrt. multiple cmsg failures
History
Date User Action Args
2015-04-14 15:51:16worrsetrecipients: + worr, jcea, ncoghlan, janssen, pitrou, therve, vstinner, jackdied, baikie, giampaolo.rodola, ced, schmichael, synapse, wiml, neologix, rosslagerwall, python-dev, brian, rpointel
2015-04-14 15:51:16worrsetmessageid: <1429026676.48.0.00211305285093.issue20669@psf.upfronthosting.co.za>
2015-04-14 15:51:16worrlinkissue20669 messages
2015-04-14 15:51:16worrcreate