This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients brett.cannon, eric.snow, giampaolo.rodola, ncoghlan, njs, vstinner, yselivanov
Date 2017-06-06.11:14:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2017-06-06 11:14:41ncoghlansetrecipients: + ncoghlan, brett.cannon, vstinner, giampaolo.rodola, njs, eric.snow, yselivanov
2017-06-06 11:14:41ncoghlansetmessageid: <[email protected]>
2017-06-06 11:14:41ncoghlanlinkissue30579 messages
2017-06-06 11:14:41ncoghlancreate