X Tutup
The Wayback Machine - https://web.archive.org/web/20221024173030/https://github.com/python/cpython/pull/98550
Skip to content
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

[3.11] GH-98543: Fix asyncio.TaskGroup to not keep reference to errors after raising ExceptionGroup (GH-98544) #98550

Open
wants to merge 2 commits into
base: 3.11
Choose a base branch
from

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 22, 2022

…rs after raising ExceptionGroup (pythonGH-98544)

(cherry picked from commit f4a1494)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Copy link
Member

@gvanrossum gvanrossum left a comment

Huh. And here it is.

@miss-islington
Copy link
Contributor Author

miss-islington commented Oct 22, 2022

Sorry, I can't merge this PR. Reason: 2 of 9 required status checks are expected..

@kumaraditya303
Copy link
Contributor

kumaraditya303 commented Oct 22, 2022

Something seems wrong with GitHub. Seems that two of the status checks are stuck.

@gvanrossum
Copy link
Member

gvanrossum commented Oct 24, 2022

Aha! Merging main caused the two trivial tests to pass. I'm sure the rest will pass too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants
X Tutup