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
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
0 commit comments