We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c31655 commit 701e0b9Copy full SHA for 701e0b9
newsfragments/89.bugfix.rst
@@ -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