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 doughellmann, georg.brandl, pitrou
Date 2013-10-13.19:33:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381692758.2498.4.camel@fsol>
In-reply-to <1381692564.96.0.371098767107.issue18776@psf.upfronthosting.co.za>
Content
> With your patch, can the SetTraceback in PyErr_Print be removed?

I don't think so. PyErr_Print() calls sys.excepthook, which can be
overriden with custom code.

> Or should PyErr_Display only set the tb if there is none on the
> object already?

Well, why not!
History
Date User Action Args
2013-10-13 19:33:11pitrousetrecipients: + pitrou, georg.brandl, doughellmann
2013-10-13 19:33:11pitroulinkissue18776 messages
2013-10-13 19:33:11pitroucreate