[issue1182143] making builtin exceptions more informative

Antoine Pitrou report at bugs.python.org
Sat May 16 15:43:48 CEST 2009


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

Beware that making exceptions hold on arbitrary objects increases the
possibility of delayed collection and reference cycles, though.
(especially in trunk where the "current" exception can last after the
end of an except block)

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list