Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Library/2025-01-06-18-58-07.gh-issue-128550.l…
…zeWhZ.rst

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
  • Loading branch information
graingert and ZeroIntensity authored Jan 6, 2025
commit b777cf4e6d6e293f9820eae9620deaa3e9033e02
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix an edge case issue in :class:`asyncio.TaskGroup` when an eager task creates another eager task that raises an exception and aborts the group before the former task is added to that group.
Fix a deadlock in :class:`asyncio.TaskGroup` when using eager tasks that abort the task group too early.