[Python-Dev] cffi in stdlib

Paul Moore p.f.moore at gmail.com
Wed Feb 27 20:26:23 CET 2013
On 27 February 2013 19:08, Armin Rigo <arigo at tunes.org> wrote:
> That's not correct: you can't indeed give the calling convention, but
> it is not needed for the common case.  What is not supported is only
> Python-defined callbacks using the Windows-specific convention --- as
> documented, there is a workaround for that case.

OK, that's cool. As I said, I really need to actually experiment with
cffi - this thread has certainly made me want to do so.

Paul


More information about the Python-Dev mailing list