Message 272206 - Python tracker
Message272206
| 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:29 | yselivanov | set | recipients: + yselivanov, gvanrossum, vstinner, j1m, python-dev |
| 2016-08-09 01:42:29 | yselivanov | set | messageid: <1470706949.61.0.0634105315553.issue27392@psf.upfronthosting.co.za> |
| 2016-08-09 01:42:29 | yselivanov | link | issue27392 messages |
| 2016-08-09 01:42:29 | yselivanov | create | |