Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't leak a file descriptor to os.devnull by default (#13162)
* don't leak a file descriptor to os.devnull by default since this is passed along to subprocess directly we can use the subprocess constants still regression in #12103 * adjust condition for closing as well
- Loading branch information