PALLEAU Michel

Results 3 comments of PALLEAU Michel

That's also what I was looking for. A good thing that it is already available, but as beautyfree said: - it should be described on the main documentation page, -...

Following your discussion, `os.set_blocking(p1.stdout.fileno(), True)` between the 2 trio.open_process can be used as a workaround. Using socket.socketpair() instead of a pipe may be a problem for some specific applications (splice...

Does it even make sense to keep the stdin or stdout opened in the python process once it has been used to spawn another process ? To make the piping...