Quoting: https://github.com/python/cpython/pull/101866#discussion_r1140997764 > 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: 1. After https://github.com/python/cpython/pull/101866 `gdbinit` will use a deprecated `co_lnotab` property 2. There are no tests for it as far as I know 3. When the internal of CPython are changed, there's no way to detect that it was broken 4. There's no owner of this file, who can validate changes and keep it up-to-date What should we do with it? <!-- gh-linked-prs --> ### Linked PRs * gh-102854 * gh-103269 * gh-143980 * gh-144044 * gh-144045 <!-- /gh-linked-prs -->
Quoting: #101866 (comment)
Problems:
co_lnotabfrom code objects as per PEP 626 #101866gdbinitwill use a deprecatedco_lnotabpropertyWhat should we do with it?
Linked PRs
Misc/gdbinit#102854Misc/gdbinitin the code #143980Misc/gdbinitin the code (GH-143980) #144044Misc/gdbinitin the code (GH-143980) #144045