Jeroen Demeyer <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue32797> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
