From: Bartosz Sławecki Date: Mon, 19 Jan 2026 17:36:55 +0000 (+0100) Subject: gh-102809: No longer mention `Misc/gdbinit` in the code (#143980) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f84ea1107170988742fbd350123678a5c503c1ad;p=thirdparty%2FPython%2Fcpython.git gh-102809: No longer mention `Misc/gdbinit` in the code (#143980) Fix misleading comment on `PyObject_Dump`. --- diff --git a/Objects/object.c b/Objects/object.c index ea42990e69b9..649b109d5cb0 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) {