python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support sniffio

njsmith opened this issue · comments

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.

done @ 0.8.2

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

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

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).