Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to #435 (wrong
stdin
fd closed.)
(With apologies to @neonichu.) The previous commit closes the wrong file descriptor for `stdin`, which should close the duplicated _read_ descriptor (whereas `stdout` and `stderr` duplicate their _write_ descriptors.) This PR fixes that.
- Loading branch information