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.
2 parents dc35b1e + 7ea4572 commit 511d9a7Copy full SHA for 511d9a7
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