[EMAIL PROTECTED] wrote:
Hello,I'm trying to write a Python extension module in C for the first time. I have two questions:
I have a much better suggestion: Use Cython!Although I'm pretty experienced with the Python C API, I prefer Cython over hand written C code for most stuff. It's so much easier to write a wrapper in Cython than by hand.
Christian -- http://mail.python.org/mailman/listinfo/python-list