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 yselivanov
Recipients gvanrossum, j1m, python-dev, vstinner, yselivanov
Date 2016-08-09.01:42:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470706949.61.0.0634105315553.issue27392@psf.upfronthosting.co.za>
In-reply-to
Content
> What would happen if some other socket type was passed? Would anything go
wrong, assuming it's a socket type that understands connections? (I think
checking for SOCK_STREAM is more important maybe).

In uvloop I have to create different libuv handles for AF_UNIX and AF_INET.  I think I can only support those families.  Cheking for SOCK_STREAM is also important.
History
Date User Action Args
2016-08-09 01:42:29yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, j1m, python-dev
2016-08-09 01:42:29yselivanovsetmessageid: <1470706949.61.0.0634105315553.issue27392@psf.upfronthosting.co.za>
2016-08-09 01:42:29yselivanovlinkissue27392 messages
2016-08-09 01:42:29yselivanovcreate