[Pyrex] [PATCH] public C-API and Py_ssize_t support for 0.9.5.1a

Stefan Behnel stefan_ml at behnel.de
Mon Feb 12 13:56:09 UTC 2007


Hi,

Paul Metcalfe wrote:
> Does the prototype of __Pyx_GetStarArgs (i.e. the type of the nargs argument)
> also need to change in this patch?

Definitely! That one slipped through, thanks. That makes it:

"""
static int __Pyx_GetStarArgs(PyObject **args, PyObject **kwds,\
 char *kwd_list[], Py_ssize_t nargs, PyObject **args2, PyObject **kwds2);
/*proto*/
""","""

Regards,
Stefan



More information about the Pyrex mailing list