Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34k
gh-144175: Add PyArg_ParseVector() function#144283
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
vstinner commentedJan 27, 2026
The change doesn't include tests because my plan is to write a following PR to rename |
Uh oh!
There was an error while loading.Please reload this page.
Doc/c-api/arg.rst Outdated
| ..c:function::intPyArg_ParseVector(PyObject *const *args, Py_ssize_t nargs, const char *format, ...) | ||
| Parse the parameters of a function that takes only vector parameters into | ||
| local variables; function using the:c:macro:`METH_FASTCALL` calling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I actually misread but does it mean:
Parse the parameters of a function that takes only vector parameters into
local variables (that is, a function using the :c:macro:METH_FASTCALLcalling
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Uh oh!
There was an error while loading.Please reload this page.
📚 Documentation preview 📚:https://cpython-previews--144283.org.readthedocs.build/