Question about PyList

vincent wehren vincent at visualtrans.de
Fri Oct 29 11:22:45 EDT 2004


Adonis wrote:
> Is there a C API equivalent to list.extend() and list.pop()? I have looked 
> through the documentation and googled, but nothing pinning the donkey.
> 
> Any help is greatly appreciated.
> 
> Adonis 
> 
> 

As Alex Martelli pointed out some messages back , you can use the 
PyObject_CallMethod function.

HTH,
--
Vincent Wehren



More information about the Python-list mailing list