]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-102809: No longer mention `Misc/gdbinit` in the code (GH-143980) (#144045)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 19 Jan 2026 17:59:44 +0000 (18:59 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Jan 2026 17:59:44 +0000 (17:59 +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 0539bcbb462132de99381fdbd3bbc5035c6772cb..c6d5e163528cb682d5150b1ad737df4a126f6ff1 100644 (file)
@@ -691,7 +691,7 @@ _PyObject_IsFreed(PyObject *op)
 }
 
 
-/* For debugging convenience.  See Misc/gdbinit for some useful gdb hooks */
+/* For debugging convenience. */
 void
 _PyObject_Dump(PyObject* op)
 {