diff --git a/Objects/object.c b/Objects/object.c index ea42990e69b929..649b109d5cb0bc 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -711,7 +711,7 @@ _PyObject_IsFreed(PyObject *op) } -/* For debugging convenience. See Misc/gdbinit for some useful gdb hooks */ +/* For debugging convenience. */ void PyObject_Dump(PyObject* op) {