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

Patrick Stewart report at bugs.python.org
Thu Jul 21 08:08:32 EDT 2016


Patrick Stewart added the comment:

This is still a problem, and the suggested fix seems to work. There is another error a few lines above where it is allocating 4 bytes for a pointer. I've attached a new patch with both fixes, but without Bob's tests.
This issue is a duplicate of 17310

----------
nosy: +Patrick Stewart
Added file: http://bugs.python.org/file43807/ffi_msvc.patch

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


More information about the Python-bugs-list mailing list