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 mic-e
Recipients mic-e
Date 2015-07-28.12:02:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438084954.97.0.508949242804.issue24743@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.4.3 introduced an internal function, _PyTraceback_Add, which is quite useful when constructing Python exception objects.

I'm using it when constructing a Python Exception object from a C++ exception object, to add "fake traceback frames" that contain the line number / file name where the C++ exception has occurred.

The function is exported via Python.h, but unfortunately it seems undocumented, and must thus be considered unstable; I request to change that.
History
Date User Action Args
2015-07-28 12:02:35mic-esetrecipients: + mic-e
2015-07-28 12:02:34mic-esetmessageid: <1438084954.97.0.508949242804.issue24743@psf.upfronthosting.co.za>
2015-07-28 12:02:34mic-elinkissue24743 messages
2015-07-28 12:02:34mic-ecreate