[issue23188] Provide a C helper function to chain raised (but not yet caught) exceptions

Chris Jerdonek report at bugs.python.org
Sat May 23 00:08:02 EDT 2020


Chris Jerdonek <chris.jerdonek at gmail.com> added the comment:

> 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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue23188>
_______________________________________


More information about the Python-bugs-list mailing list