Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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 Lib/test/test_asyncio/test_taskgroups.py
  • Loading branch information
graingert authored Jan 20, 2025
commit 867bacbc752a94fcd50f4f13cad4c33b9240f3d9
2 changes: 2 additions & 0 deletions 2 Lib/test/test_asyncio/test_taskgroups.py
Original file line number Diff line number Diff line change
Expand Up @@ -1081,6 +1081,8 @@ async def throw_error():
tg.create_task(throw_error())
except* MyError:
pass
kumaraditya303 marked this conversation as resolved.
Show resolved Hide resolved
graingert marked this conversation as resolved.
Show resolved Hide resolved
else:
self.fail("should have raised one MyError in group")

await asyncio.sleep(0)
graingert marked this conversation as resolved.
Show resolved Hide resolved

Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.