[issue30579] Allow traceback objects to be instantiated/mutated/annotated

Nick Coghlan report at bugs.python.org
Tue Jun 6 07:14:41 EDT 2017


Nick Coghlan added the comment:

Aye, if you need full post-mortem debugging support, then updating the public API of the actual traceback objects based on the current ctypes-based workaround does seem like a better path forward.

TracebackException and friends would more come into play for the "make traceback printing easier to customise" part of your presentation.

----------

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


More information about the Python-bugs-list mailing list