Extending python with C

John john.thai at dspfactory.com
Fri May 18 11:03:17 EDT 2001


Hi,

    I am trying to building an C extension module.  How would I convert an
Integer in Python to an int * in C ?  I know there's an "s" format specifier
for char *, but what about int *?

Thanks,

John





More information about the Python-list mailing list