On 26 Set, 19:00, Matimus <[EMAIL PROTECTED]> wrote:
> > Can anybody give me an hint (or some link) on how to define
> > 'aCFunction' and how to call 'self.myMethod' in the C source code?
>
> A python function defined in C accepts a pointer to self and a tuple
> of arguments, each of which is also
> Can anybody give me an hint (or some link) on how to define
> 'aCFunction' and how to call 'self.myMethod' in the C source code?
A python function defined in C accepts a pointer to self and a tuple
of arguments, each of which is also a PyObject. If you pass a function
or method, it will be inclu