https://github.com/python/cpython/commit/f84ea1107170988742fbd350123678a5c503c1ad
commit: f84ea1107170988742fbd350123678a5c503c1ad
branch: main
author: Bartosz SÅ‚awecki <[email protected]>
committer: vstinner <[email protected]>
date: 2026-01-19T18:36:55+01:00
summary:

gh-102809: No longer mention `Misc/gdbinit` in the code (#143980)

Fix misleading comment on `PyObject_Dump`.

files:
M Objects/object.c

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)
 {

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to