Facepalm, actually use `.log.cancel()`-level to report parent-side taskc..

to_asyncio_eoc_signal
Tyler Goodlet 2025-07-25 19:03:21 -04:00
parent d079675dd4
commit 26526b86c3
1 changed files with 1 additions and 1 deletions

View File

@ -2265,7 +2265,7 @@ async def open_context_from_portal(
# await debug.pause() # await debug.pause()
# log.cancel( # log.cancel(
match scope_err: match scope_err:
case trio.Cancelled: case trio.Cancelled():
logmeth = log.cancel logmeth = log.cancel
# XXX explicitly report on any non-graceful-taskc cases # XXX explicitly report on any non-graceful-taskc cases