-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
No longer mention Misc/gdbinit in the code
#143980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Misc/gdbinit in PyObject_Dump code docMisc/gdbinit in the code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or fix it like this one was done?
cpython/Doc/howto/gdb_helpers.rst
Line 40 in 63cc125
| - GDB 7 or later. (For earlier versions of GDB, see ``Misc/gdbinit`` in the |
I'm not sure. This comment remains on 3.10, 3.11 and 3.12 branches, would including We could direct the reader to |
|
Oh I only have the one line shown, I was referring to: "see |
|
Thanks. Personally, I don't find it necessary, because the 3.11 and earlier branches still will include the mention of |
|
Why do those branches matter? The comment is for people on the branches where the file doesn't exist, no? |
I was thinking that mentioning If they needed to debug 3.11, they would check it out and the comment would be there. |
|
Do you have an example of when this is useful for someone debugging in the 3.13-3.15 branches only? |
|
Yeah, I agree with Bartosz here. The mention in the docs was added after |
Misc/gdbinitwas removed in GH-102854 (3.12.0a7).