-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Open
Labels
3.14bugs and security fixesbugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)topic-C-APItriagedThe issue has been accepted as valid by a triager.The issue has been accepted as valid by a triager.
Description
During the lead up to the 3.13.0 release, the SC approved an amendment to PEP 667 that escalates Python 3.13's soft deprecation for PyEval_GetLocals()
to a hard deprecation in 3.14 for eventual removal in 3.16 (the difficulties of keeping that API working in the face of the other implementation changes made the fundamental flaws in the way this API works more self-evident).
This ticket covers adding the hard deprecation to the C code and the expected removal version to the C API docs.
Linked PRs
Metadata
Metadata
Assignees
Labels
3.14bugs and security fixesbugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)topic-C-APItriagedThe issue has been accepted as valid by a triager.The issue has been accepted as valid by a triager.