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 Rhamphoryncus
Recipients Rhamphoryncus, benjamin.peterson, gvanrossum, pitrou
Date 2008-06-22.07:04:56
SpamBayes Score 0.008284968
Marked as misclassified No
Message-id <1214118298.94.0.429406658597.issue3112@psf.upfronthosting.co.za>
In-reply-to
Content
* cause/context cycles should be avoided.  Naive traceback printing
could become confused, and I can't think of any accidental way to
provoke it (besides the problem mentioned here.)

* I suspect PyErr_Display handled string exceptions in 2.x, and this is
an artifact of that

* No opinion on PyErr_DisplaySingle

* PyErr_Display is used by PyErr_Print, and it must end up with no
active exception.  Additionally, third party code may depend on this
semantic.  Maybe PyErr_DisplayEx?

* +1 on standardizing tracebacks
History
Date User Action Args
2008-06-22 07:04:59Rhamphoryncussetspambayes_score: 0.00828497 -> 0.008284968
recipients: + Rhamphoryncus, gvanrossum, pitrou, benjamin.peterson
2008-06-22 07:04:58Rhamphoryncussetspambayes_score: 0.00828497 -> 0.00828497
messageid: <1214118298.94.0.429406658597.issue3112@psf.upfronthosting.co.za>
2008-06-22 07:04:57Rhamphoryncuslinkissue3112 messages
2008-06-22 07:04:56Rhamphoryncuscreate