Message146502
| Author | nvetoshkin |
|---|---|
| Recipients | BreamoreBoy, exarkun, giampaolo.rodola, lekma, nvetoshkin, pitrou, r.david.murray |
| Date | 2011-10-27.16:43:56 |
| SpamBayes Score | 0.00069864985 |
| Marked as misclassified | No |
| Message-id | <1319733836.99.0.915149090725.issue7523@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Started implementing accept4() socket method and stuck on socket object's timeout attribute. What value should we assign to sock->sock_timeout if SOCK_NONBLOCK was specified in accept4() call? And in socket.py should we check as in original accept:
if getdefaulttimeout() is None and self.gettimeout():
sock.setblocking(True) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-10-27 16:43:57 | nvetoshkin | set | recipients: + nvetoshkin, exarkun, pitrou, giampaolo.rodola, r.david.murray, lekma, BreamoreBoy |
| 2011-10-27 16:43:56 | nvetoshkin | set | messageid: <1319733836.99.0.915149090725.issue7523@psf.upfronthosting.co.za> |
| 2011-10-27 16:43:56 | nvetoshkin | link | issue7523 messages |
| 2011-10-27 16:43:56 | nvetoshkin | create | |