This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pyguy
Recipients ned.deily, pyguy, ronaldoussoren
Date 2017-02-21.00:46:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487638001.76.0.319134605715.issue29609@psf.upfronthosting.co.za>
In-reply-to
Content
When I use the subprocess module to run a another process, I expect to be able to read the STDOUT and STDERR of the other process. This is not possible on Mac OS X. The attached test program has been tested on Linux and Windows and does work as expected. It pauses at the process.stdout.readline() line of code every time on Mac OS X.
History
Date User Action Args
2017-02-21 00:46:41pyguysetrecipients: + pyguy, ronaldoussoren, ned.deily
2017-02-21 00:46:41pyguysetmessageid: <1487638001.76.0.319134605715.issue29609@psf.upfronthosting.co.za>
2017-02-21 00:46:41pyguylinkissue29609 messages
2017-02-21 00:46:41pyguycreate