Work around Python bug, appending to a FIFO in python >=3 <3.8 is broken
authorWard Vandewege <ward@curii.com>
Mon, 14 Sep 2020 17:00:45 +0000 (13:00 -0400)
committerWard Vandewege <ward@curii.com>
Mon, 14 Sep 2020 17:02:08 +0000 (13:02 -0400)
commitf0cc3c391e64799ba18e61e069487ca841195093
tree104694981ff8159d6052bc9a4184bf6deda068f2
parent3f18ac306f64ef81a9173c6ae452a428ac816309
Work around Python bug, appending to a FIFO in python >=3 <3.8 is broken
(https://bugs.python.org/issue27805).

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
sdk/python/tests/run_test_server.py