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 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:51gregory.p.smithsetrecipients: + gregory.p.smith, pitrou, vstinner, jnoller, brian.curtin, asksol, neologix
2011-05-13 17:08:50gregory.p.smithlinkissue12040 messages
2011-05-13 17:08:50gregory.p.smithcreate