Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a "cancel arrives during a sync sleep in child" test
This appears to demonstrate the same bug found in #156. It looks like cancelling a subactor with a child, while that child is running sync code, can result in the child never getting cancelled due to some strange condition where the internal nurseries aren't being torn down as expected when a `trio.Cancelled` is raised.
- Loading branch information