[Python-Dev] Cpython code and ...

Ethan Furman ethan at stoneleaf.us
Wed Jan 7 20:46:33 CET 2015


On 01/07/2015 11:10 AM, Demian Brecht wrote:
> On 2015-01-07 11:07 AM, Ethan Furman wrote:
>>
>> I found this:
>>
>>   PyObject *
>>   PyBytes_FromFormat(const char *format, ...)
>>   {
>>
>> Can someone enlighten me on what the '...' means?
>
> It denotes a variadic function:
>   http://www.gnu.org/software/libc/manual/html_node/Variadic-Functions.html.

Ah, thanks!

--
~Ethan~

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/python-dev/attachments/20150107/e88bf974/attachment.sig>


More information about the Python-Dev mailing list