Skip to content

Commit 7bca3dd

Browse files
[3.13] gh-102809: No longer mention Misc/gdbinit in the code (GH-143980) (#144045)
gh-102809: No longer mention `Misc/gdbinit` in the code (GH-143980) Fix misleading comment on `PyObject_Dump`. (cherry picked from commit f84ea11) Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
1 parent 4ada03f commit 7bca3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ _PyObject_IsFreed(PyObject *op)
691691
}
692692

693693

694-
/* For debugging convenience. See Misc/gdbinit for some useful gdb hooks */
694+
/* For debugging convenience. */
695695
void
696696
_PyObject_Dump(PyObject* op)
697697
{

0 commit comments

Comments
 (0)