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 27418f5 commit 4e7bc39Copy full SHA for 4e7bc39
1 file changed
trio_asyncio/loop.py
@@ -36,7 +36,7 @@ class _TrioPolicy(asyncio.events.BaseDefaultEventLoopPolicy):
36
37
def __init__(self):
38
super().__init__()
39
- self._trio_local = trio.hazmat.RunLocal(_loop=None, _task=False)
+ self._trio_local = trio.TaskLocal(_loop=None, _task=False)
40
41
def new_event_loop(self):
42
try:
0 commit comments