]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-102809: No longer mention `Misc/gdbinit` in the code (GH-143980) (#144044)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 19 Jan 2026 18:01:21 +0000 (19:01 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Jan 2026 18:01:21 +0000 (18:01 +0000)
gh-102809: No longer mention `Misc/gdbinit` in the code (GH-143980)

Fix misleading comment on `PyObject_Dump`.
(cherry picked from commit f84ea1107170988742fbd350123678a5c503c1ad)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
Objects/object.c

index b88110faf921a390974c23b0d7735090eac2fa42..b82599b9c4fd5fc12871ce1eef36dc39185bc566 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)
 {