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 pablogsal
Recipients pablogsal
Date 2021-08-17.17:44:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629222263.76.0.471437987741.issue44938@roundup.psfhosted.org>
In-reply-to
Content
Currently, exception chaining in the C-API must be done by hand. This is a painstaking process that involves several steps and is very easy to do incorrectly.

We currently have a private function: _PyErr_ChainExceptions that does this job. Given that exception chaining is a very fundamental operation, this functionality must be exposed in the stable C-API
History
Date User Action Args
2021-08-17 17:44:23pablogsalsetrecipients: + pablogsal
2021-08-17 17:44:23pablogsalsetmessageid: <1629222263.76.0.471437987741.issue44938@roundup.psfhosted.org>
2021-08-17 17:44:23pablogsallinkissue44938 messages
2021-08-17 17:44:23pablogsalcreate