Skip to content

Commit 701e0b9

Browse files
committed
Add newsfragment
1 parent 1c31655 commit 701e0b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

newsfragments/89.bugfix.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
trio-asyncio now cancels any Trio tasks that were started inside a trio-asyncio
2+
loop (using e.g. :func:`trio_as_aio`) before it allows the trio-asyncio loop
3+
to close. This should resolve some cases of deadlocks and "RuntimeError: Event loop
4+
is closed" when an ``async with open_loop():`` block is cancelled.

0 commit comments

Comments
 (0)