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.10] bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626) #27706

Merged
merged 1 commit into from Aug 10, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 10, 2021

Co-authored-by: Dennis Sweeney 36520290+sweeneyde@users.noreply.github.com
(cherry picked from commit d5c2174)

Co-authored-by: Irit Katriel 1055913+iritkatriel@users.noreply.github.com

https://bugs.python.org/issue25782

… cycle in its context chain (pythonGH-27626)

Co-authored-by: Dennis Sweeney 36520290+sweeneyde@users.noreply.github.com
(cherry picked from commit d5c2174)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
@miss-islington
Copy link
Contributor Author

miss-islington commented Aug 10, 2021

@iritkatriel and @ambv: Status check is done, and it's a success .

@miss-islington
Copy link
Contributor Author

miss-islington commented Aug 10, 2021

@iritkatriel and @ambv: Status check is done, and it's a success .

@ambv ambv requested a review from pablogsal Aug 10, 2021
@ambv
Copy link
Contributor

ambv commented Aug 10, 2021

@pablogsal, fix for a Python 3.9 regression in exception chaining

@miss-islington miss-islington merged commit d86bbe3 into python:3.10 Aug 10, 2021
14 checks passed
@miss-islington miss-islington deleted the backport-d5c2174-3.10 branch Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants