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 nascheme
Recipients SilentGhost, martin.panter, nascheme
Date 2016-07-14.18:31:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468521099.64.0.395744800463.issue27377@psf.upfronthosting.co.za>
In-reply-to
Content
Tested on FreeBSD 10.3.  getsockname() on a IPPROTO_SCTP protocol socket returns errno = FileNoFoundError.  We could just comment out that test I guess.

My theory is that on FreeBSD, getsockname() on an SCTP socket fails if it is not bound.  Indeed, adding a bind(('127.0.0.1', 11234)) call before the fdtype() call makes the test pass.
History
Date User Action Args
2016-07-14 18:31:39naschemesetrecipients: + nascheme, SilentGhost, martin.panter
2016-07-14 18:31:39naschemesetmessageid: <1468521099.64.0.395744800463.issue27377@psf.upfronthosting.co.za>
2016-07-14 18:31:39naschemelinkissue27377 messages
2016-07-14 18:31:39naschemecreate