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 serhiy.storchaka
Recipients ncoghlan, serhiy.storchaka
Date 2015-01-08.13:55:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420725323.77.0.177284655019.issue23188@psf.upfronthosting.co.za>
In-reply-to
Content
_PyErr_ChainExceptions() was added because exceptions raised in C code are not implicitly chained. The code for explicit chaining is error prone, so it was extracted in separate function. Even with _PyErr_ChainExceptions() chaining exceptions look complex. May be implicit chaining all exceptions would be better.
History
Date User Action Args
2015-01-08 13:55:23serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan
2015-01-08 13:55:23serhiy.storchakasetmessageid: <1420725323.77.0.177284655019.issue23188@psf.upfronthosting.co.za>
2015-01-08 13:55:23serhiy.storchakalinkissue23188 messages
2015-01-08 13:55:23serhiy.storchakacreate