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 vstinner
Recipients vstinner
Date 2011-06-09.22:57:44
SpamBayes Score 1.8308821e-05
Marked as misclassified No
Message-id <1307660265.02.0.784529954936.issue12303@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-06-09 22:57:45vstinnersetrecipients: + vstinner
2011-06-09 22:57:45vstinnersetmessageid: <1307660265.02.0.784529954936.issue12303@psf.upfronthosting.co.za>
2011-06-09 22:57:44vstinnerlinkissue12303 messages
2011-06-09 22:57:44vstinnercreate