]> arthur.barton.de Git - bup.git/commit
mux: handle python 3's change to default close_fds=True
authorRob Browning <rlb@defaultvalue.org>
Mon, 23 Dec 2019 19:56:12 +0000 (13:56 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sat, 11 Jan 2020 20:39:27 +0000 (14:39 -0600)
commita8b2a007fcdb85fed7b03ba7c67e0775305c7c9d
tree24f8eaf67f6fdefa201f464029564a89bd35a0c7
parent77e9b9a5e52ade4357a58707635a85dd4dd2ed3c
mux: handle python 3's change to default close_fds=True

Change mux to explicitly specify close_fds=False to deal with the fact
that python apparently changed the default in 3.2, and it absolutely
does need to keep the fds open.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
cmd/mux-cmd.py