This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author miss-islington
Recipients Dennis Sweeney, Rotem Yaari, Yury.Selivanov, chris.jerdonek, georg.brandl, iritkatriel, larsonreever, lukasz.langa, miss-islington, ncoghlan, python-dev, serhiy.storchaka, sobolevn, terry.reedy, yselivanov
Date 2021-08-10.13:47:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628603246.99.0.906923716211.issue25782@roundup.psfhosted.org>
In-reply-to
Content
New changeset d86bbe3cff0abefc13e5462cca1fb3344d4a5b52 by Miss Islington (bot) in branch '3.10':
bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626)
https://github.com/python/cpython/commit/d86bbe3cff0abefc13e5462cca1fb3344d4a5b52
History
Date User Action Args
2021-08-10 13:47:27miss-islingtonsetrecipients: + miss-islington, georg.brandl, terry.reedy, ncoghlan, chris.jerdonek, lukasz.langa, Yury.Selivanov, python-dev, serhiy.storchaka, yselivanov, Rotem Yaari, larsonreever, Dennis Sweeney, sobolevn, iritkatriel
2021-08-10 13:47:26miss-islingtonsetmessageid: <1628603246.99.0.906923716211.issue25782@roundup.psfhosted.org>
2021-08-10 13:47:26miss-islingtonlinkissue25782 messages
2021-08-10 13:47:26miss-islingtoncreate