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
IOs passed to `Process.run` experience some indirection which blew up if an IO is closed.
This patch ensures that closed IOs are handled correctly.
* A closed IO that is not a `IO::FileDescriptor` is replaced with a closed file descriptor
* A closed file descriptor won't be reopened in the new process
0 commit comments