diff options
author | wm4 <wm4@nowhere> | 2014-10-26 01:39:01 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-10-26 01:40:36 +0200 |
commit | d0643fa02d1608b096315cf7243b9188d6211699 (patch) | |
tree | 5d38c7f20541d953b4d20f5d611021470ea01e7c /wscript_build.py | |
parent | 6f88bc77617dbf8a919830ae070e5ca926755587 (diff) |
lua: subprocess: tunnel stderr through mp_log
Pretty much a fringe-feature, but also it's awkward if something appears
on the terminal with no indication for the source.
This is made quite awkward by the fact that stderr and stdout could be
closed at different times, and that poll() doesn't accept "holes" in its
FD list. Invalid (.e.g negative) FDs just make it return immediately, as
required by the standard. So sparse_poll() takes care of the messy
details.
Diffstat (limited to 'wscript_build.py')
0 files changed, 0 insertions, 0 deletions