-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Quoting: #101866 (comment)
Does this file have any tests? I suspect that most of the code in this file is wrong (as we have changed much of CPython since it was written).
Problems:
- After gh-101865: Deprecate
co_lnotabfrom code objects as per PEP 626 #101866gdbinitwill use a deprecatedco_lnotabproperty - There are no tests for it as far as I know
- When the internal of CPython are changed, there's no way to detect that it was broken
- There's no owner of this file, who can validate changes and keep it up-to-date
What should we do with it?
Linked PRs
- gh-102809: Remove
Misc/gdbinit#102854 - gh-102809: Remove gdbinit mentioned in README since gdbinit was removed in ef000eb #103269
- gh-102809: No longer mention
Misc/gdbinitin the code #143980 - [3.14] gh-102809: No longer mention
Misc/gdbinitin the code (GH-143980) #144044 - [3.13] gh-102809: No longer mention
Misc/gdbinitin the code (GH-143980) #144045
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error