From f84ea1107170988742fbd350123678a5c503c1ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20S=C5=82awecki?= Date: Mon, 19 Jan 2026 18:36:55 +0100 Subject: [PATCH] gh-102809: No longer mention `Misc/gdbinit` in the code (#143980) Fix misleading comment on `PyObject_Dump`. --- Objects/object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {