-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Convert _interpreters to Argument Clinic #137630
Copy link
Copy link
Open
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)topic-argument-clinictopic-subinterpreterstype-refactorCode refactoring (with no changes in behavior)Code refactoring (with no changes in behavior)
Metadata
Metadata
Assignees
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)topic-argument-clinictopic-subinterpreterstype-refactorCode refactoring (with no changes in behavior)Code refactoring (with no changes in behavior)
Projects
Status
Todo
Feature or enhancement
Proposal:
_interpretersmodule.ccurrently exclusively usesPyArg_ParseTupleAndKeywords/PyArg_ParseTuple.Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
_interpretersto use Argument Clinic #137631_interpretersmodule.c#137680_interpqueuesto use Argument Clinic #137685_interpchannelsto use Argument Clinic #139141