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 jdemeyer
Recipients brett.cannon, eric.snow, erik.bray, jdemeyer, ncoghlan, paul.moore, petr.viktorin, scoder, sth
Date 2018-08-06.10:50:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533552601.66.0.56676864532.issue32797@psf.upfronthosting.co.za>
In-reply-to
Content
> I would love, for example, to be able to get stack traces within extension modules integrated into Python tracebacks if they are compiled with some appropriate debug flags.

Awesome idea, I want to work on that :-)

This should be possible using the backtrace() and backtrace_symbols() functions, which exist at least in GNU libc and on OSX.
History
Date User Action Args
2018-08-06 10:50:01jdemeyersetrecipients: + jdemeyer, brett.cannon, paul.moore, ncoghlan, scoder, petr.viktorin, erik.bray, eric.snow, sth
2018-08-06 10:50:01jdemeyersetmessageid: <1533552601.66.0.56676864532.issue32797@psf.upfronthosting.co.za>
2018-08-06 10:50:01jdemeyerlinkissue32797 messages
2018-08-06 10:50:01jdemeyercreate