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