Skip to content

Commit

Permalink
well that just got worse
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Oct 28, 2024
1 parent d2f9c3c commit b21e6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trio/_core/_tests/test_guest_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b21e6ef

Please sign in to comment.