[issue9127] subprocess.Popen.communicate() and SIGCHLD handlers

2012-02-14 Thread Gregory P. Smith
Gregory P. Smith g...@krypto.org added the comment: fixed via http://hg.python.org/cpython/rev/767420808a62 -- dependencies: +race condition in subprocess module nosy: +gregory.p.smith ___ Python tracker rep...@bugs.python.org

[issue9127] subprocess.Popen.communicate() and SIGCHLD handlers

2011-02-02 Thread Ross Lagerwall
Ross Lagerwall rosslagerw...@gmail.com added the comment: This has been fixed in 2.7 and 3.2 so I think that this issue can be closed. -- nosy: +rosslagerwall ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9127

[issue9127] subprocess.Popen.communicate() and SIGCHLD handlers

2011-02-02 Thread Ned Deily
Ned Deily n...@acm.org added the comment: Thanks for the problem report. And thanks for noticing the fix. -- nosy: +ned.deily resolution: - out of date stage: - committed/rejected status: open - closed versions: +Python 2.7 ___ Python tracker

[issue9127] subprocess.Popen.communicate() and SIGCHLD handlers

2010-08-07 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: Can you suggest a specific doc patch with new text and location? -- nosy: +terry.reedy versions: +Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9127

[issue9127] subprocess.Popen.communicate() and SIGCHLD handlers

2010-06-30 Thread Benjamin Ryzman
New submission from Benjamin Ryzman benjamin+pyt...@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

[issue9127] subprocess.Popen.communicate() and SIGCHLD handlers

2010-06-30 Thread Benjamin Ryzman
Changes by Benjamin Ryzman benjamin+pyt...@ryzman.fr: -- assignee: - d...@python components: +Documentation, Library (Lib) nosy: +d...@python ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9127

[issue9127] subprocess.Popen.communicate() and SIGCHLD handlers

2010-06-30 Thread Jean-Paul Calderone
Jean-Paul Calderone exar...@twistedmatrix.com added the comment: You should include all relevant issue materials here, in the Python issue tracker. This ticket will be useless as soon as pastie.org decides to forget about your paste. -- nosy: +exarkun

[issue9127] subprocess.Popen.communicate() and SIGCHLD handlers

2010-06-30 Thread Benjamin Ryzman
Benjamin Ryzman benjamin+pyt...@ryzman.fr added the comment: Content of the above pastie: Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) [GCC 4.4.3] on linux2 Type help, copyright, credits or license for more information. import signal import subprocess