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 <rep...@bugs.python.org>
<http://bugs.python.org/issue29565>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to