python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio
Other
189 stars 38 forks source link

Async generators, continued #16

Closed miracle2k closed 6 years ago

miracle2k commented 6 years ago

Using == can cause errors, for example using grpc items, which raise an exception if compared with arbitrary objects.

I notice you already merged the other pull request. Do you still want me to add a test case? Note also the lack of support proper cancellation currently.

smurfix commented 6 years ago

Test cases are always helpful. :+1: