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 dc35b1e commit 7ea4572Copy full SHA for 7ea4572
ipykernel/trio_runner.py
@@ -39,7 +39,7 @@ def log_nursery_exc(exc):
39
exc)
40
41
async def trio_main():
42
- self._trio_token = trio.hazmat.current_trio_token()
+ self._trio_token = trio.lowlevel.current_trio_token()
43
async with trio.open_nursery() as nursery:
44
# TODO This hack prevents the nursery from cancelling all child
45
# tasks when an uncaught exception occurs, but it's ugly.
0 commit comments