[issue11996] libpython.py: nicer py-bt output

2011-05-13 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset b340d1577dc5 by Victor Stinner in branch '3.2': Issue #11996: libpython (gdb), replace py-bt command by py-bt-full and add http://hg.python.org/cpython/rev/b340d1577dc5 New changeset 804abc2c60de by Victor Stinner in branch

[issue11996] libpython.py: nicer py-bt output

2011-05-13 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: Without any reaction from Dave Malcolm, I kept its name under the name py-bt-full. I would also like a less verbose output for where, especially be able to hidden the value of the globals argument of PyEval_EvalCodeEx. Well, I

[issue11996] libpython.py: nicer py-bt output

2011-05-04 Thread STINNER Victor
New submission from STINNER Victor victor.stin...@haypocalc.com: py-bt is too much verbose, I'm unable to read it. Example: $ gdb -args ./python -c 'import time, threading; threading.Thread(target=lambda:time.sleep(3)).start()' ... [New Thread 0x769d9700 (LWP 17193)]

[issue11996] libpython.py: nicer py-bt output

2011-05-04 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: I would also like a less verbose output for where, especially be able to hidden the value of the globals argument of PyEval_EvalCodeEx. Example of where output: --- (gdb) where #0 sem_wait () at