co_lnotab must be removed in 3.12 according to PEP626
#101865
Labels
3.12
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-feature
A feature request or enhancement


https://peps.python.org/pep-0626/#backwards-compatibility
It was documented as deprecated in 3.10 and to-be-removed in 3.12: https://docs.python.org/3/whatsnew/3.10.html#pep-626-precise-line-numbers-for-debugging-and-other-tools
Original issue: #86412
Right now CPython does not use
co_lnotabin its source code.But, there are two mentions of it:
gdb:cpython/Misc/gdbinit
Lines 60 to 61 in 6ef6915
clinic.test:cpython/Lib/test/clinic.test
Line 3575 in 6ef6915
If that's fine - I would like to do the honours.
CC @markshannon
Linked PRs
co_lnotabfrom code objects as per PEP626 #101866The text was updated successfully, but these errors were encountered: