[Cython] cdef extern from "<sys/times.h>" ?

Robert kxroberto at googlemail.com
Thu May 21 12:07:26 CEST 2009


failed:
cdef extern from <sys/times.h>:
cdef extern from "<sys/times.h>":

Or is it otherwise somehow possible to tell him library /I includes?


Also for the implicit python includes is there a need for #include 
"Python.h" "frameobject.h" .. instead of <Python.h>

SWIG for example produces #include <Python.h>

came about the problem because the dependecies from "gcc -MM" 
swelled up. It would be more clear/convenient also maybe?


Robert








More information about the Cython-dev mailing list