python-trio / trio-asyncio

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

Support sniffio #32

Closed njsmith closed 6 years ago

njsmith commented 6 years ago

Now that sniffio is a thing, trio-asyncio should support it :-)

I think basically this means, making sure that the magic cvar is set to "asyncio" whenever trio-asyncio is running an asyncio callback.

smurfix commented 6 years ago

done @ 0.8.2

belm0 commented 6 years ago

in general, please reference bugs from PR descriptions so we can follow the trail

njsmith commented 6 years ago

@belm0 there was no PR, it was merged directly into master – that's what this discussion is about :-)

belm0 commented 6 years ago

As long as the bug # is in the commit description, github will link it as far as I'm aware (i.e. no PR needed).