mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Document Py_VaBuildValue.
This commit is contained in:
parent
a925bed208
commit
e7d1e7e5d4
1 changed files with 5 additions and 0 deletions
|
|
@ -534,3 +534,8 @@ and the following format units are left untouched.
|
|||
|
||||
If there is an error in the format string, the :exc:`SystemError` exception is
|
||||
set and *NULL* returned.
|
||||
|
||||
.. cfunction:: PyObject* Py_VaBuildValue(const char *format, va_list vargs)
|
||||
|
||||
Identical to :cfunc:`Py_BuildValue`, except that it accepts a va_list
|
||||
rather than a variable number of arguments.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue