Itamar Turner-Trauring

Results 420 comments of Itamar Turner-Trauring

Hi, thanks for the detailed bug report! Just back from a vacation so catching up with things; I'll try to get you an answer soon.

So... the `@run_in_reactor` and `wait()` API are designed such that you can call `wait()` multiple times. That means that when `wait()` raises a `TimeoutError` it cannot know whether it should...

@lucagiovagnoli any thoughts on the above?

Oh, I see. So this is for fire-and-forget operations, just something you want to start in the background?

Retrieving results later isn't really fire-and-forget though. So OK, it's not that use case. The use case is then... "I've started a Twisted thing in background with `@run_in_reactor`, and I've...

I'm thinking maybe some documentation of this pattern would be useful, so will this open for that.

More generally maybe explain issues with running Twisted tests in same process as Crochet tests.

I've never tested crochet on OS X... what does running the test suite tell you?

That message could be better, I guess, but that's expected output.