[issue3112] implement PEP 3134 exception reporting

Antoine Pitrou report at bugs.python.org
Wed Jun 18 23:15:30 CEST 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

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?

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3112>
_______________________________________


More information about the Python-bugs-list mailing list