Any possibility of this working with windows? it seems the two commands are the only ones that are windows specific, but I could be wrong ```python flags = fcntl(pipe_out, F_GETFL) fcntl(pipe_out, F_SETFL, flags|os.O_NONBLOCK) ```