Message138364
| Author | sbt |
|---|---|
| Recipients | sbt |
| Date | 2011-06-15.13:24:28 |
| SpamBayes Score | 3.8919232e-05 |
| Marked as misclassified | No |
| Message-id | <1308144268.86.0.218604754177.issue12338@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
multiprocessing.util._eintr_retry is only used to wrap select.select, but it fails to recalculate timeouts. Also, it will never retry the function it wraps because of a missing "import errno". I think it would be better to just implement the retrying version of select directly. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-06-15 13:24:28 | sbt | set | recipients: + sbt |
| 2011-06-15 13:24:28 | sbt | set | messageid: <1308144268.86.0.218604754177.issue12338@psf.upfronthosting.co.za> |
| 2011-06-15 13:24:28 | sbt | link | issue12338 messages |
| 2011-06-15 13:24:28 | sbt | create | |