[issue3112] implement PEP 3134 exception reporting

Antoine Pitrou report at bugs.python.org
Wed Jun 18 20:43:11 CEST 2008


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

Does anyone know why there is the following test in pythonrun.c:
http://hg.pitrou.net/public/py3k/py3k/file/c143699d8dee/Python/pythonrun.c#l1346

Can PyErr_Display be called with something else than a PyException instance?

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


More information about the Python-bugs-list mailing list