[issue17911] traceback: add a new thin class storing a traceback without storing local variables

Antoine Pitrou report at bugs.python.org
Mon Feb 9 01:11:10 CET 2015


Antoine Pitrou added the comment:

You can also switch back to a single constructor, taking either an
exception instance or an exception triple. That way everyone is happy -
except perhaps if you are ideologically opposed to polymorphic
signatures :-)

Switching to python-dev would probably be overkill for this.

----------

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


More information about the Python-bugs-list mailing list