Skip to content

Commit 746eb98

Browse files
johnslavikthunder-coding
authored andcommitted
pythongh-102809: No longer mention Misc/gdbinit in the code (python#143980)
Fix misleading comment on `PyObject_Dump`.
1 parent 773f0f2 commit 746eb98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)