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-05-29.02:59:27
SpamBayes Score 0.0007253663
Marked as misclassified
Message-id <1275101969.79.0.264603516238.issue8844@psf.upfronthosting.co.za>
In-reply-to
内容
I'd like to fix it, but I don't know if I'll be able to in time.  It was something that bugged me while running the threading tests while working on Unladen.

I'm imagining (for POSIX platforms) adding some kind of check for signals when the system call returns EINTR.  If the signal handler raises an exception, like an interrupt should raise a KeyboardInterrupt, we can just give a different return code and propagate the exception.

It also seems like this behavior can be extended gradually to different platforms, since I don't have the resources to change and test every threading implementation.
历史
日期 用户 动作 参数
2010-05-29 02:59:30rnk修改recipients: + rnk, gregory.p.smith, pitrou, jyasskin, hobb0001
2010-05-29 02:59:29rnk修改messageid: <1275101969.79.0.264603516238.issue8844@psf.upfronthosting.co.za>
2010-05-29 02:59:28rnk链接issue8844 messages
2010-05-29 02:59:27rnk创建