New submission from STINNER Victor <victor.stin...@haypocalc.com>:

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.

----------
components: Extension Modules
messages: 138033
nosy: haypo
priority: normal
severity: normal
status: open
title: expose sigwaitinfo() and sigtimedwait() in the signal module
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12303>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to