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 loewis
Recipients christian.heimes, georg.brandl, giampaolo.rodola, loewis, pitrou, rosslagerwall
Date 2011-01-10.17:55:27
SpamBayes Score 0.0007205587
Marked as misclassified No
Message-id <1294682129.0.0.13569172697.issue10784@psf.upfronthosting.co.za>
In-reply-to
Content
You should use begin/end allow threads when the system call might block. To get an indication, trace through the kernel code of some system; my guess is that these are typically non-blocking (i.e. return immediately) - but I might be wrong.
History
Date User Action Args
2011-01-10 17:55:29loewissetrecipients: + loewis, georg.brandl, pitrou, giampaolo.rodola, christian.heimes, rosslagerwall
2011-01-10 17:55:29loewissetmessageid: <1294682129.0.0.13569172697.issue10784@psf.upfronthosting.co.za>
2011-01-10 17:55:27loewislinkissue10784 messages
2011-01-10 17:55:27loewiscreate