[issue3112] implement PEP 3134 exception reporting

Antoine Pitrou report at bugs.python.org
Fri Jun 27 21:13:25 CEST 2008


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

Here is the final patch. Features:
- cleanup of internal APIs
- standardize traceback indentation (source lines are prefixed with 4
spaces)
- break cycles along the context chain (a synthetic benchmark with a
6-level deep context chain shows a very moderate slowdown of 10-15%)

Added file: http://bugs.python.org/file10753/exc_reporting.patch

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


More information about the Python-bugs-list mailing list