Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gh-128588: gh-128550: remove eager tasks optimization that missed and introduced incorrect cancellations #129063

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jan 20, 2025
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Library/2025-01-20-13-12-39.gh-issue-128550.A…
…J5TOL.rst

Co-authored-by: Kumar Aditya <[email protected]>
  • Loading branch information
graingert and kumaraditya303 authored Jan 20, 2025
commit 187abc71a15d66c44ac54650cfd8c94f35f63aaa
Original file line number Diff line number Diff line change
@@ -1 +1 @@
remove a problematic optimization relating to eager tasks in :class:`asyncio.TaskGroup` that resulted in cancellations being missed
Fixed an incorrect optimization relating to eager tasks in :class:`asyncio.TaskGroup` that resulted in cancellations being missed.
Loading