multiprocessing.eclass: work around Cygwin FIFO shortcoming
authorMichael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
Wed, 27 Apr 2016 15:21:52 +0000 (15:21 +0000)
committerMichael Haubenwallner <haubi@gentoo.org>
Mon, 16 Jan 2017 10:00:38 +0000 (11:00 +0100)
commit077e60fb9c46247fc053df29b9416b46c90ae6c7
treeec4bb0185c40db86ae8384eb14b53ab23f22ffaa
parent4429daa93222af329addd5b1d8882417e4ebc011
multiprocessing.eclass: work around Cygwin FIFO shortcoming

Cygwin does not support multiple read-handles for one FIFO (yet).
As we really need just one readonly- and one writeonly-handle, we can
reorder to open one single readwrite- and one writeonly-handle.

X-Gentoo-Bug: 583962
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=583962
eclass/multiprocessing.eclass