Jeroen Demeyer <j.deme...@ugent.be> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32797>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to