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 brett.cannon, ned.deily, serhiy.storchaka, vstinner, yselivanov
Date 2016-12-07.05:44:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481089486.25.0.448011031649.issue28893@psf.upfronthosting.co.za>
In-reply-to
Content
Should the original exception be stored on the __context__ or the __cause__ attribute? In the latter case you should use _PyErr_FormatFromCause().
History
Date User Action Args
2016-12-07 05:44:46serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, vstinner, ned.deily, yselivanov
2016-12-07 05:44:46serhiy.storchakasetmessageid: <1481089486.25.0.448011031649.issue28893@psf.upfronthosting.co.za>
2016-12-07 05:44:46serhiy.storchakalinkissue28893 messages
2016-12-07 05:44:46serhiy.storchakacreate