TOSQASH 22e62ed: with-stmt-ws-removal

pld_dec_refinements
Tyler Goodlet 2025-09-29 20:23:45 -04:00
parent b4dbf5dd86
commit b761524a85
1 changed files with 1 additions and 1 deletions

View File

@ -1703,7 +1703,7 @@ def run_as_asyncio_guest(
# asyncio.CancelledError, # asyncio.CancelledError,
# ^^XXX `.shield()` call above prevents this?? # ^^XXX `.shield()` call above prevents this??
)as state_err: ) as state_err:
# XXX be super dupere noisy about abandonment issues! # XXX be super dupere noisy about abandonment issues!
aio_task: asyncio.Task = asyncio.current_task() aio_task: asyncio.Task = asyncio.current_task()