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.

作者 vstinner
收信人 vstinner
日期 2011-06-09.22:57:44
SpamBayes Score 1.8308821e-05
Marked as misclassified
Message-id <1307660265.02.0.784529954936.issue12303@psf.upfronthosting.co.za>
In-reply-to
内容
Python 3.3 adds timeout arguments to communicate() and wait() methods of subprocess.Popen, acquire() method of threading.Lock, and maybe more. I like (optional) timeouts, and so it would be nice to have sigtimedwait().

If we expose sigtimedwait(), it's trivial to expose sigwaitinfo(), so should expose both.
历史
日期 用户 动作 参数
2011-06-09 22:57:45vstinner修改recipients: + vstinner
2011-06-09 22:57:45vstinner修改messageid: <1307660265.02.0.784529954936.issue12303@psf.upfronthosting.co.za>
2011-06-09 22:57:44vstinner链接issue12303 messages
2011-06-09 22:57:44vstinner创建