David Vierra schrieb am 03.07.2015 um 02:26:
> I see that Cython doesn't actually know the
> underlying types of typedefs because it doesn't parse any C headers.

And even if it did parse header files, it still wouldn't know the
properties of the underlying types because they are platform specific and
only turn into concrete types and sizes at C compile time.

Stefan

_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to