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_lnotab from code objects as per PEP 626 #101866 gdbinit will use a deprecated co_lnotab property
- 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
Reactions are currently unavailable
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:
What should we do with it?
Linked PRs