[issue20160] broken ctypes calling convention on MSVC / 64-bit Windows (large structs)

John Ehresman report at bugs.python.org
Mon Apr 13 18:25:46 CEST 2015


John Ehresman added the comment:

I've confirmed that the test included in the 3/25/15 patch fails without the change to ffi.c.  I think the 11/5/14 change fixed the bug for calling into a C function and converting the return value, but did not address the callback case.  The new patch seems to fix the callback case.

----------
nosy: +jpe

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20160>
_______________________________________


More information about the Python-bugs-list mailing list