Skip to content

Commit 27256ca

Browse files
[3.14] gh-102809: No longer mention Misc/gdbinit in the code (GH-143980) (#144044)
gh-102809: No longer mention `Misc/gdbinit` in the code (GH-143980) Fix misleading comment on `PyObject_Dump`. (cherry picked from commit f84ea11) Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
1 parent ec39b66 commit 27256ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ _PyObject_IsFreed(PyObject *op)
711711
}
712712

713713

714-
/* For debugging convenience. See Misc/gdbinit for some useful gdb hooks */
714+
/* For debugging convenience. */
715715
void
716716
_PyObject_Dump(PyObject* op)
717717
{

0 commit comments

Comments
 (0)