Staging
v0.5.1
https://github.com/python/cpython
Revision 6bd6835c1f68509a0bb9d82f98873a32c1475142 authored by Guido van Rossum on 20 January 2001, 17:57:37 UTC, committed by Guido van Rossum on 20 January 2001, 17:57:37 UTC
pdb (pdb calls it 'where').  Added 'bt' as an alias for 'where'.
1 parent 663f6c2
Raw File
Tip revision: 6bd6835c1f68509a0bb9d82f98873a32c1475142 authored by Guido van Rossum on 20 January 2001, 17:57:37 UTC
I've been using gdb a lot lately -- I'm missing 'bt' as a command in
Tip revision: 6bd6835
setup.cfg.in

[install]
install_platlib = @prefix@/lib/python@VERSION@/lib-dynload
back to top