master: force set_block() in tty_create_child too.

For gevent, just as in 5f7633cd56
wip-fakessh-exit-status
David Wilson 7 years ago
parent ed71ae72f8
commit b75e77b410

@ -170,6 +170,7 @@ def tty_create_child(*args):
pid = os.fork()
if not pid:
mitogen.core.set_block(slave_fd)
os.dup2(slave_fd, 0)
os.dup2(slave_fd, 1)
os.dup2(slave_fd, 2)

Loading…
Cancel
Save