Drop bad .close() call

msgspec_infect_asyncio
Tyler Goodlet 2021-06-02 08:22:51 -04:00
parent 2dfa12c743
commit a4859c969c
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ def _run_asyncio_task(
# cancel_scope.cancel() # cancel_scope.cancel()
from_aio._err = aio_err from_aio._err = aio_err
to_trio.close()
task.add_done_callback(cancel_trio) task.add_done_callback(cancel_trio)