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 38d62e1 commit baf1c68Copy full SHA for baf1c68
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.RunLocal(_loop=None, _task=False)
+ self._trio_local = trio.hazmat.RunLocal(_loop=None, _task=False)
39
40
def new_event_loop(self):
41
try:
0 commit comments