https://github.com/python/cpython/commit/27256ca3822675ec96d1fb70f481b1cab9272ed9 commit: 27256ca3822675ec96d1fb70f481b1cab9272ed9 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner <[email protected]> date: 2026-01-19T18:01:21Z summary:
[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 f84ea1107170988742fbd350123678a5c503c1ad) Co-authored-by: Bartosz Sławecki <[email protected]> files: M Objects/object.c diff --git a/Objects/object.c b/Objects/object.c index b88110faf921a3..b82599b9c4fd5f 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]
