-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
What to do with Misc/gdbinit
?
#102809
Comments
@sobolevn Discussing what to do with Misc/gdbinit could have been a 'discuss' thread, but perhaps you hope to followup with PR. I have some concrete ideas based on its current content. @warsaw You contributed this file in 2001.
If now, 13 years later, everyone uses a version of gdb that obsoletes this file, then we might delete it. End of issue. If not, I think it should be moved to Tools/gdb, along side its current only content, libpython.py. (Can this be done without losing blame history? Which I obviously used.) This should make it more discoverable. The The macro that uses co_lnotab should get a note with its expected drop dead version. @smontanaro In 2010 you added
|
@terryjreedy I no longer use it, but can retrieve it from wherever if I change my mind. GDB's better Python support works for me. |
Unless @gpshead or perhaps @vstinner (or @davidmalcolm) have any objections, let's delete it. |
As far as I know, Victor is not active right now. I will wait for @gpshead's feedback before sending a PR :) |
FWIW I have no objections to removing gdbinit, but I haven't done CPython work in a decade, so my opinion here is probably irrelevant. |
I'll approve any PR removing it. |
Looks like the consensus is that we don't need this file anymore. Old version can be always found here: https://github.com/python/cpython/blob/094cf392f49d3c16fe798863717f6c8e0f3734bb/Misc/gdbinit
removed! |
Looks like the consensus is that we don't need this file anymore. Old version can be always found here: https://github.com/python/cpython/blob/094cf392f49d3c16fe798863717f6c8e0f3734bb/Misc/gdbinit
Looks like the consensus is that we don't need this file anymore. Old version can be always found here: https://github.com/python/cpython/blob/094cf392f49d3c16fe798863717f6c8e0f3734bb/Misc/gdbinit
Quoting: #101866 (comment)
Problems:
co_lnotab
from code objects as per PEP 626 #101866gdbinit
will use a deprecatedco_lnotab
propertyWhat should we do with it?
Linked PRs
Misc/gdbinit
#102854The text was updated successfully, but these errors were encountered: