Skip to content

Commit 3e958f6

Browse files
committed
Fix misleading comment on PyObject_Dump
1 parent bb25f72 commit 3e958f6

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)