On Wed, 06 Jul 2011 11:12:47 +0800, Just Fill Bugs wrote:

> According the Bug 36834 of gcc, there is a mis-matching between mingw and
> MSVC when a struct was returned by value from a C function.
> 
>      http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36834
> 
> Should ctypes handle this situation automatically somehow?

I would expect this to be the responsibility of libffi rather than ctypes.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to