[issue22066] subprocess.communicate() does not receive full output from the called process.

2014-07-27 Thread juj
juj added the comment: Further testing suggests that this is not a Python issue, but instead an issue in node.js, reported already earlier here https://github.com/joyent/node/issues/1669 Closing this as invalid. -- ___ Python tracker

[issue22066] subprocess.communicate() does not receive full output from the called process.

2014-07-27 Thread juj
Changes by juj juj...@gmail.com: -- resolution: - not a bug ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22066 ___ ___ Python-bugs-list mailing

[issue22066] subprocess.communicate() does not receive full output from the called process.

2014-07-27 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- stage: - resolved status: open - closed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22066 ___

[issue22066] subprocess.communicate() does not receive full output from the called process.

2014-07-25 Thread juj
New submission from juj: When Python 2.7 executes a Node .js application that prints to stdout and subsequently exits, Python does not capture full output printed by that application. Steps to repro: 1. Download and unzip http://clb.demon.fi/bugs/python_proc_bug.zip 2. Run run_test.bat