In functions like `FetchInfo._get_fetch_info_from_stderr()` you say: ``` # TODO: Use poll() to process stdout and stderr at same time ``` Wouldn't it be just simpler to redirect `stderr` to `stdout`?
In functions like
FetchInfo._get_fetch_info_from_stderr()you say:Wouldn't it be just simpler to redirect
stderrtostdout?