-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Remove deprecated co_lnotab from CodeType #134690
Copy link
Copy link
Closed
Labels
3.15pre-release feature fixes, bugs and security fixespre-release feature fixes, bugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancementA feature request or enhancement
Metadata
Metadata
Assignees
Labels
3.15pre-release feature fixes, bugs and security fixespre-release feature fixes, bugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancementA feature request or enhancement
Feature or enhancement
co_lnotabwas deprecated in the docs in 3.10, deprecation warning was added in 3.12 and now it is time to remove it.cpython/Objects/codeobject.c
Lines 2620 to 2630 in cf8941c
Refs #101865
Linked PRs
codetype.co_lnotab#134691