-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from oremanj/cleanup-handles
- Loading branch information
Showing
6 changed files
with
285 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
On Python versions with native contextvars support (3.7+), a Trio task | ||
started from asyncio context (using :func:`trio_as_aio`, | ||
:meth:`~BaseTrioEventLoop.trio_as_future`, etc) will now properly | ||
inherit the contextvars of its caller. Also, if the entire | ||
trio-asyncio loop is cancelled, such tasks will no longer let | ||
`trio.Cancelled` exceptions leak into their asyncio caller. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.