Message 135929 - Python tracker
Message135929
| Author | gregory.p.smith |
|---|---|
| Recipients | asksol, brian.curtin, gregory.p.smith, jnoller, neologix, pitrou, vstinner |
| Date | 2011-05-13.17:08:50 |
| SpamBayes Score | 7.2328293e-10 |
| Marked as misclassified | No |
| Message-id | <BANLkTimggYav2Z0OMXCWEf3E06OALADAew@mail.gmail.com> |
| In-reply-to | <1305217122.59.0.820210722215.issue12040@psf.upfronthosting.co.za> |
| Content | |
|---|---|
That looks better. :) btw, that eintr_retry utility probably deserves to be in a more prominent place in the stdlib but I don't have a good suggestion as to where at the moment. I believe similar code exists in many places in the code base. If it is not going to be documented as an official multiprocessing.util function, rename it to _eintr_retry(). that way it'll be easier to move to a new place in the library if/when we do want to make it public. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-05-13 17:08:51 | gregory.p.smith | set | recipients: + gregory.p.smith, pitrou, vstinner, jnoller, brian.curtin, asksol, neologix |
| 2011-05-13 17:08:50 | gregory.p.smith | link | issue12040 messages |
| 2011-05-13 17:08:50 | gregory.p.smith | create | |