Python C/API - *arg,**kwds variable argumnents

mdcb808 at gmail.com mdcb808 at gmail.com
Wed Dec 14 03:47:52 EST 2005


I am writing a C extension with python 2.3.5 and need constructs
similar to python
   func(*args, **kwds)
What's a neat way to do that?
I found pyrex has a __Pyx_GetStarArgs -
is there something I'm missing from the regular C/API maybe using one
of the PyArg_Parse.. calls ?

Thanks,
M.




More information about the Python-list mailing list