]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-102809: No longer mention `Misc/gdbinit` in the code (#143980)
authorBartosz Sławecki <bartosz@ilikepython.com>
Mon, 19 Jan 2026 17:36:55 +0000 (18:36 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Jan 2026 17:36:55 +0000 (18:36 +0100)
Fix misleading comment on `PyObject_Dump`.

Objects/object.c

index ea42990e69b929c34428ee812cf82b7274b74684..649b109d5cb0bcc36eccb6d9ca274aca78903f97 100644 (file)
@@ -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)
 {