X Tutup
Skip to content

[3.9] bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626)#27707

Merged
ambv merged 1 commit intopython:3.9from
miss-islington:backport-d5c2174-3.9
Aug 10, 2021
Merged

[3.9] bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626)#27707
ambv merged 1 commit intopython:3.9from
miss-islington:backport-d5c2174-3.9

Conversation

@miss-islington
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

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

@miss-islington
Copy link
Copy Markdown
Contributor Author

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

@ambv ambv merged commit 6f4cded into python:3.9 Aug 10, 2021
@miss-islington miss-islington deleted the backport-d5c2174-3.9 branch August 10, 2021 11:09
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.

5 participants

X Tutup