You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.
The reads from sdtin and stderr of child sequentially. The problem is this can block if the child is writing to the other fd. As far as I can tell, the correct solution is to use the "communicate" method off the proc object. I'd submit a patch but my employer has wrapped a bunch of bureaucracy around open source contributions.
The text was updated successfully, but these errors were encountered:
The reads from sdtin and stderr of child sequentially. The problem is this can block if the child is writing to the other fd. As far as I can tell, the correct solution is to use the "communicate" method off the proc object. I'd submit a patch but my employer has wrapped a bunch of bureaucracy around open source contributions.
The text was updated successfully, but these errors were encountered: