Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ebc22a

Browse files
committed
Remove the external non-python.org hyperlink and point people to
Tools/gdb/libpython.py.
1 parent c980ffd commit 3ebc22a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Misc/gdbinit

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
#
1313
# NOTE: If you have gdb 7 or later, it supports debugging of Python directly
1414
# with embedded macros that you may find superior to what is in here.
15-
# See https://fedoraproject.org/wiki/Features/EasierPythonDebugging
16-
# and http://bugs.python.org/issue8032 for more gdb 7 python information.
15+
# See Tools/gdb/libpython.py and http://bugs.python.org/issue8032.
1716

1817
# Prints a representation of the object to stderr, along with the
1918
# number of reference counts it current has and the hex address the

0 commit comments

Comments
 (0)