diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2010-10-17 19:40:59 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2010-10-17 19:40:59 (GMT) |
commit | 3ebc22a62816a381eff9d9ff2afb0bd45d8f0ea3 (patch) | |
tree | 48fb60d881825038efb932aa35c75dbcce5e0fe5 /Misc/gdbinit | |
parent | c980ffde14329c08f54db43d18224e2d3b0668fa (diff) | |
download | cpython-3ebc22a62816a381eff9d9ff2afb0bd45d8f0ea3.zip cpython-3ebc22a62816a381eff9d9ff2afb0bd45d8f0ea3.tar.gz cpython-3ebc22a62816a381eff9d9ff2afb0bd45d8f0ea3.tar.bz2 |
Remove the external non-python.org hyperlink and point people to
Tools/gdb/libpython.py.
Diffstat (limited to 'Misc/gdbinit')
-rw-r--r-- | Misc/gdbinit | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Misc/gdbinit b/Misc/gdbinit index ba60a7a..3b4dec6 100644 --- a/Misc/gdbinit +++ b/Misc/gdbinit @@ -12,8 +12,7 @@ # # NOTE: If you have gdb 7 or later, it supports debugging of Python directly # with embedded macros that you may find superior to what is in here. -# See https://fedoraproject.org/wiki/Features/EasierPythonDebugging -# and http://bugs.python.org/issue8032 for more gdb 7 python information. +# See Tools/gdb/libpython.py and http://bugs.python.org/issue8032. # Prints a representation of the object to stderr, along with the # number of reference counts it current has and the hex address the |