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.

作者 loewis
收信人 christian.heimes, georg.brandl, giampaolo.rodola, loewis, pitrou, rosslagerwall
日期 2011-01-10.17:55:27
SpamBayes Score 0.0007205587
Marked as misclassified
Message-id <1294682129.0.0.13569172697.issue10784@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2011-01-10 17:55:29loewis修改recipients: + loewis, georg.brandl, pitrou, giampaolo.rodola, christian.heimes, rosslagerwall
2011-01-10 17:55:29loewis修改messageid: <1294682129.0.0.13569172697.issue10784@psf.upfronthosting.co.za>
2011-01-10 17:55:27loewis链接issue10784 messages
2011-01-10 17:55:27loewis创建