We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af51a3 commit 38d62e1Copy full SHA for 38d62e1
1 file changed
trio_asyncio/loop.py
@@ -35,7 +35,7 @@ class _TrioPolicy(asyncio.events.BaseDefaultEventLoopPolicy):
35
36
def __init__(self):
37
super().__init__()
38
- self._trio_local = trio.TaskLocal(_loop=None, _task=False)
+ self._trio_local = trio.RunLocal(_loop=None, _task=False)
39
40
def new_event_loop(self):
41
try:
0 commit comments