Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close stdin used to send config to Interchange
This was introduced in PR #3463 and at the time I incorrectly assumed that interchange exit would close both ends of the pipe. That is untrue. For example: pytest parsl/tests/test_htex/ --config local ends with 341 fds open before this PR, and 327 file descriptors open after this PR.
- Loading branch information