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.

作者 rnk
收信人 gregory.p.smith, hobb0001, jyasskin, pitrou, rnk
日期 2010-07-13.04:12:08
SpamBayes Score 0.12133205
Marked as misclassified
Message-id <1278994330.64.0.704026802337.issue8844@psf.upfronthosting.co.za>
In-reply-to
内容
Alternatively, do you think it would be better to ignore interrupts when a timeout is passed?  If a timeout is passed, the lock acquire will eventually fail in a deadlock situation, and the signal will be handled in the eval loop.

However, if the timeout is sufficiently long, this is still a problem.

I'd prefer to do that or use gettimeofday from _time than leave this as is.
历史
日期 用户 动作 参数
2010-07-13 04:12:10rnk修改recipients: + rnk, gregory.p.smith, pitrou, jyasskin, hobb0001
2010-07-13 04:12:10rnk修改messageid: <1278994330.64.0.704026802337.issue8844@psf.upfronthosting.co.za>
2010-07-13 04:12:08rnk链接issue8844 messages
2010-07-13 04:12:08rnk创建