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 serhiy.storchaka, vstinner
Date 2015-03-26.09:49:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427363388.22.0.986381006689.issue23781@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch adds internal private function _PyErr_ReplaceException() in 2.7. This functions is like _PyErr_ChainExceptions() in 3.x, but doesn't set the context. It makes the code of 2.x simpler and more similar to 3.x and makes the backporting from 3.x easier.
History
Date User Action Args
2015-03-26 09:49:48serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2015-03-26 09:49:48serhiy.storchakasetmessageid: <1427363388.22.0.986381006689.issue23781@psf.upfronthosting.co.za>
2015-03-26 09:49:48serhiy.storchakalinkissue23781 messages
2015-03-26 09:49:47serhiy.storchakacreate