PALLEAU Michel

Results 3 issues of PALLEAU Michel

The trio.Event() is currently only a synchronization point. If some data has to be passed from the setter to the waiter, it has to be done outside. In my project,...

When launching piped subprocesses, trio provides the stdin of the 2nd process (at least, I have not checked if others are concerned) as O_NONBLOCK while the shell or Python subprocess.Popen()...

subprocesses

When creating an expectation with return_once(), I was expecting that Times(1) was the default, but it is not. So creating two expectations with return_once() (and no Times constraint) fails due...

enhancement