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 pitrou
Recipients adaptivelogic, eric.snow, gvanrossum, martius, ncoghlan, pitrou, rbcollins, rhettinger, vstinner, yselivanov
Date 2015-01-26.23:22:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422314534.74.0.229750193911.issue17911@psf.upfronthosting.co.za>
In-reply-to
Content
> In this view, __traceback__ is primarily about accessing *chained*
> tracebacks

Please let's not make up sophistic arguments when the only motivation for triples is backwards compatibility of *existing* APIs.

Exception triples are an unnecessary bother in Python 3. This new API should accept exception instances primarily. Accepting triples as well is ok but it shouldn't be made the only possibility.
History
Date User Action Args
2015-01-26 23:22:14pitrousetrecipients: + pitrou, gvanrossum, rhettinger, ncoghlan, vstinner, rbcollins, eric.snow, yselivanov, adaptivelogic, martius
2015-01-26 23:22:14pitrousetmessageid: <1422314534.74.0.229750193911.issue17911@psf.upfronthosting.co.za>
2015-01-26 23:22:14pitroulinkissue17911 messages
2015-01-26 23:22:14pitroucreate