https://github.com/python/cpython/commit/7bca3dd1e619cb0ae364cff0742ae858ded74df5 commit: 7bca3dd1e619cb0ae364cff0742ae858ded74df5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner <[email protected]> date: 2026-01-19T17:59:44Z summary:
[3.13] gh-102809: No longer mention `Misc/gdbinit` in the code (GH-143980) (#144045) 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 0539bcbb462132..c6d5e163528cb6 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -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) { _______________________________________________ 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]
