From b21e6ef2e4c14b239c99db45ba8aa357a4bab715 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Mon, 28 Oct 2024 08:05:57 +0000 Subject: [PATCH] well that just got worse --- src/trio/_core/_tests/test_guest_mode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trio/_core/_tests/test_guest_mode.py b/src/trio/_core/_tests/test_guest_mode.py index f72e9c1a2..93cc32c9e 100644 --- a/src/trio/_core/_tests/test_guest_mode.py +++ b/src/trio/_core/_tests/test_guest_mode.py @@ -461,7 +461,7 @@ def trio_done_callback(main_outcome: Outcome[T]) -> None: try: # can't use asyncio.run because that fails on Windows (3.8, x64, with - # Komodia LSP) + # Komodia LSP) and segfaults on Windows (3.9, x64, with Komodia LSP) return loop.run_until_complete(aio_main()) finally: loop.close()