[issue30353] ctypes: pass by value for structs broken on Cygwin/MinGW 64-bit

Iryna Shcherbina report at bugs.python.org
Tue May 16 12:20:34 EDT 2017


Iryna Shcherbina added the comment:

I have added `defined(__aarch64__)` check to the if statement and tested the patch on arm64. The test passed.

So could you please also add the check for `defined(__aarch64__)` to the pull request so that it fixes #29804 as well?

----------

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


More information about the Python-bugs-list mailing list