[issue17558] gdb debugging python frames in optimised interpreters

2013-07-09 Thread Marcus Cobden
Marcus Cobden added the comment: Is there anyone who could take a look at this? I'd rather it not bit-rot into oblivion. I know the code quality is rather poor, but I can fix that. -- ___ Python tracker _

[issue17558] gdb debugging python frames in optimised interpreters

2013-03-27 Thread R. David Murray
Changes by R. David Murray : -- nosy: +dmalcolm ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue17558] gdb debugging python frames in optimised interpreters

2013-03-27 Thread Marcus Cobden
New submission from Marcus Cobden: I've made some tweaks to the libpython.py util functions to better pick up python frames when using a normal python interpreter. It's not by any means perfect, but it works on my ubuntu-shipped python interpreter (with debugging symbols installed, but not run