[C API] Move undocumented private _PyArg C API to pycore_modsupport.h internal C API
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Labels
Description
opened
If a 3rd party C extension uses one of these functions, we should consider adding a clean, documented and tested public function to replace it.
Private functions and structures:
- _PyArg_BadArgument()
- _PyArg_CheckPositional()
- _PyArg_NoKeywords()
- _PyArg_NoPositional()
- _PyArg_ParseStack()
- _PyArg_ParseStackAndKeywords()
- _PyArg_Parser structure
- _PyArg_UnpackKeywords()
- _PyArg_UnpackKeywordsWithVararg()
- _PyArg_UnpackStack()
- _Py_ANY_VARARGS()
Linked PRs
Metadata
Metadata
Assignees
No one assigned
Labels
Fields
No fields configured for issues without a type.
Projects
No projects
Milestone
No milestone
Relationships
None yet
Development
No branches or pull requests