You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ASYNC100 now treats start_soon() as a cancel point (#327)
* ASYNC100 now treats start_soon() as a cancel point
* oh derp, visitor91x is a CST visitor
* start_soon now makes open_nursery a cancel point on exit
Revert the changes to Visitor91x in "async100 now ignores trio.open_n… (
#326)
* Revert the changes to Visitor91x in "async100 now ignores trio.open_nursery and anyio.create_task_group (#317)"
This partially reverts commit 7a45176.
async100 now ignores trio.open_nursery and anyio.create_task_group (#317)
* async100 now ignores trio.open_nursery and anyio.create_task_group
* don't crash on weird 'with' call
* add more documentation. fix bad formatting for 24.9.3 in changelog
* tweak docs
* fix cross-refs
---------
Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>