[Python-3000] PEP 3134 exception reporting
Antoine Pitrou
solipsis at pitrou.net
Fri Jun 27 21:19:59 CEST 2008
Hi,
I've submitted a final patch with the following variations:
- no additions or changes to public APIs
- tracebacks are standardized as suggested by Georg Brandl
- reference cycles along the __context__ chain are broken in PyErr_SetObject
(it is an O(n) linear search but should show almost zero overhead in the
common case where context chains are trivially short)
Regards
Antoine.
More information about the Python-3000
mailing list