]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 10 Aug 2021 09:37:25 +0000 (10:37 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Aug 2021 09:37:25 +0000 (11:37 +0200)
commitd5c217475c4957a8084ac3f92ae012ece5edc7cb
tree25ebdc594d9cc6ca6e7ca2084b7680d8695db7f0
parent6b37d0d5300813de31d66df1c77dad7e1027e4d8
bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626)

Co-authored-by: Dennis Sweeney 36520290+sweeneyde@users.noreply.github.com
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core and Builtins/2021-08-07-21-39-19.bpo-25782.B22lMx.rst [new file with mode: 0644]
Python/errors.c