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

Eryk Sun report at bugs.python.org
Wed Feb 15 13:34:14 EST 2017


Eryk Sun added the comment:

Our support of passing structs and unions by value is really bad. Passing this particular struct by value is also broken on 64-bit Unix, but instead because it's small. It crashes Python due to an abort(). See issue 22273.

----------
nosy: +eryksun
priority: normal -> high
stage:  -> needs patch
versions: +Python 3.5, Python 3.6, Python 3.7

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


More information about the Python-bugs-list mailing list