Gregory P. Smith <g...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12060>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to