[New-bugs-announce] [issue9127] subprocess.Popen.communicate() and SIGCHLD handlers

Benjamin Ryzman report at bugs.python.org
Wed Jun 30 17:54:57 CEST 2010


New submission from Benjamin Ryzman <benjamin+python at ryzman.fr>:

http://pastie.org/1025197

Is it deemed acceptable that setting up one's own SIGCHLD handler breaks communicate()?

I did not find it in the documentation.

With the above workaround one can mix communicate() processes with processes spawned in the background that one's too lazy to wait for.

----------
messages: 108990
nosy: zarkdav
priority: normal
severity: normal
status: open
title: subprocess.Popen.communicate() and SIGCHLD handlers
type: feature request
versions: Python 2.6

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


More information about the New-bugs-announce mailing list