Hey, On Tue, Feb 14, 2012 at 4:28 PM, mark florisson <markflorisso...@gmail.com> wrote: [snip] >> There is no way to map that to Python unless you use something like >> ctypes (but ctypes is not considered to be right for this purpose). > > Why is ctypes not right? Cython could actually generate a C function > with a known interface, that proxies the actual C function. That code > would be compiled by the C compiler, and any C API changes would > prevent the module from compiling. It would also take care of any > promotions etc on the C level.
I don't know but this was what people said. I'm hoping someone will explain why a new FFI story would be needed. Regards, Martijn _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev