-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
co_lnotab
must be removed in 3.12 according to PEP 626
#101865
Labels
3.12
bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-feature
A feature request or enhancement
Comments
sobolevn
added
type-feature
A feature request or enhancement
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
3.12
bugs and security fixes
labels
Feb 13, 2023
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Feb 13, 2023
I don't get any warning when using We should at least warn when using it for a couple of versions, before removing it. It isn't causing us any problems either, so there is not rush to remove it. It can wait for 3.14 or so. |
Ok then, so |
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Feb 21, 2023
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Feb 21, 2023
…cts as per PEP626" This reverts commit 06a79d9.
hugovk
changed the title
Mar 18, 2023
co_lnotab
must be removed in 3.12 according to PEP626co_lnotab
must be removed in 3.12 according to PEP 626
ambv
pushed a commit
that referenced
this issue
Apr 3, 2023
…01866) Co-authored-by: Oleg Iarygin <[email protected]>
gaogaotiantian
pushed a commit
to gaogaotiantian/cpython
that referenced
this issue
Apr 8, 2023
…26 (python#101866) Co-authored-by: Oleg Iarygin <[email protected]>
warsaw
pushed a commit
to warsaw/cpython
that referenced
this issue
Apr 11, 2023
…26 (python#101866) Co-authored-by: Oleg Iarygin <[email protected]>
hugovk
added a commit
that referenced
this issue
Nov 4, 2024
hugovk
added a commit
to hugovk/cpython
that referenced
this issue
Nov 4, 2024
… 3.14 (pythonGH-126392) (cherry picked from commit eac41c5) Co-authored-by: Hugo van Kemenade <[email protected]>
hugovk
added a commit
to hugovk/cpython
that referenced
this issue
Nov 4, 2024
… 3.14 (pythonGH-126392) (cherry picked from commit eac41c5) Co-authored-by: Hugo van Kemenade <[email protected]>
hugovk
added a commit
that referenced
this issue
Nov 4, 2024
hugovk
added a commit
that referenced
this issue
Nov 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.12
bugs and security fixes
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_lnotab
in 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_lnotab
from code objects as per PEP 626 #101866The text was updated successfully, but these errors were encountered: