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 yan12125
Recipients ned.deily, ronaldoussoren, yan12125
Date 2016-01-11.20:43:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452544995.42.0.684031601483.issue26083@psf.upfronthosting.co.za>
In-reply-to
Content
Originally reported at [1] and [2].

On Mac OS X, read() on pipes may return only the first 512 bytes. The remaining bytes are not read into `data` in _execute_child(). There's a patch proposal at [3]. I didn't test it myself because I can't reproduce the broken situation.

[1] https://github.com/rg3/youtube-dl/issues/6840
[2] https://github.com/matplotlib/matplotlib/issues/5386
[3] https://github.com/matplotlib/matplotlib/issues/5386#issuecomment-161111817
History
Date User Action Args
2016-01-11 20:43:15yan12125setrecipients: + yan12125, ronaldoussoren, ned.deily
2016-01-11 20:43:15yan12125setmessageid: <1452544995.42.0.684031601483.issue26083@psf.upfronthosting.co.za>
2016-01-11 20:43:15yan12125linkissue26083 messages
2016-01-11 20:43:15yan12125create