[New-bugs-announce] [issue12303] expose sigwaitinfo() and sigtimedwait() in the signal module
STINNER Victor
report at bugs.python.org
Fri Jun 10 00:57:45 CEST 2011
New submission from STINNER Victor <victor.stinner at 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 <report at bugs.python.org>
<http://bugs.python.org/issue12303>
_______________________________________
More information about the New-bugs-announce
mailing list