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 benjamin.peterson, gvanrossum, pitrou
Date 2008-06-18.21:14:28
SpamBayes Score 0.067780375
Marked as misclassified No
Message-id <1213823730.44.0.592270571217.issue3112@psf.upfronthosting.co.za>
In-reply-to
Content
Two other questions:

1) Should I expose a PyErr_DisplaySingle API to display an exception
without chaining?

2) Should PyErr_Display return an integer value (0: success, -1:
failure) rather than void as it currently does?
History
Date User Action Args
2008-06-18 21:15:30pitrousetspambayes_score: 0.0677804 -> 0.067780375
recipients: + pitrou, gvanrossum, benjamin.peterson
2008-06-18 21:15:30pitrousetspambayes_score: 0.0677804 -> 0.0677804
messageid: <1213823730.44.0.592270571217.issue3112@psf.upfronthosting.co.za>
2008-06-18 21:14:30pitroulinkissue3112 messages
2008-06-18 21:14:29pitroucreate