Problems sending list/tuple to a C extension.

Martin v. Löwis martin at v.loewis.de
Sat Nov 22 07:11:16 EST 2003


seberino at spawar.navy.mil (Christian Seberino) writes:

> python.org docs seem to suggest that sending in lists and tuples
> was as simple as changing string in PyArg_ParseTuple to contain
> parens or brackets....

What documentation are you specifically referring to? PyArg_ParseTuple
does not support square brackets.

Regards,
Martin




More information about the Python-list mailing list