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 chris.jerdonek
Recipients chris.jerdonek, eric.snow, ncoghlan, pitrou, serhiy.storchaka, vstinner
Date 2020-05-23.04:08:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590206882.8.0.345268420512.issue23188@roundup.psfhosted.org>
In-reply-to
Content
> The documentation of PyErr_SetObject, PyErr_SetString et al should also be updated to mention exception chaining.

I just posted a PR to do the above:
https://github.com/python/cpython/pull/20329
History
Date User Action Args
2020-05-23 04:08:02chris.jerdoneksetrecipients: + chris.jerdonek, ncoghlan, pitrou, vstinner, eric.snow, serhiy.storchaka
2020-05-23 04:08:02chris.jerdoneksetmessageid: <1590206882.8.0.345268420512.issue23188@roundup.psfhosted.org>
2020-05-23 04:08:02chris.jerdoneklinkissue23188 messages
2020-05-23 04:08:02chris.jerdonekcreate