Skip to content

Commit f84ea11

Browse files
authored
gh-102809: No longer mention Misc/gdbinit in the code (#143980)
Fix misleading comment on `PyObject_Dump`.
1 parent 3c9c3d3 commit f84ea11

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
@@ -711,7 +711,7 @@ _PyObject_IsFreed(PyObject *op)
711711
}
712712

713713

714-
/* For debugging convenience. See Misc/gdbinit for some useful gdb hooks */
714+
/* For debugging convenience. */
715715
void
716716
PyObject_Dump(PyObject* op)
717717
{

0 commit comments

Comments
 (0)