[issue12060] Python doesn't support real time signals

Gregory P. Smith report at bugs.python.org
Sun May 15 00:49:06 CEST 2011


Gregory P. Smith <greg at krypto.org> added the comment:

if you used the pipe approach you'd need to deal with the case of the write blocking (or failing if nonblocking) when the pipe buffer is full.  also you'd need to block signals around a fork and reinitialize the pipe in the child before reenabling signals.

i think all of this is overkill.  as said, this isn't a real problem.

----------
nosy: +gregory.p.smith

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12060>
_______________________________________


More information about the Python-bugs-list mailing list