> You might be reading more into that statement than I meant. > You have to supply Pyrex/Cython versions of the C declarations, > either hand-written or generated by a tool. But you write them > based on the advertised C API -- you don't have to manually > expand macros, work out the low-level layout of structs, or > anything like that (as you often have to do when using ctypes).
I can understand how that works when building a CPython extension. But what about creating Jython/IronPython modules with Cython? At what point get the header files considered there? Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com