This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients Ayappan, BTaskaya, David.Edelsohn, Michael.Felt, T.Rex, amaury.forgeotdarc, belopolsky, eryksun, meador.inge, ronaldoussoren, sanket, vinay.sajip
Date 2020-08-16.15:06:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597590416.53.0.522396285725.issue38628@roundup.psfhosted.org>
In-reply-to
Content
> an array definition in a structure is always part of the struct itself and is never a pointer

True, but a problem only arises in practice when passing by value in registers. It's still an open libffi issue that doesn't look like it's going to be solved any time soon, hence the attempted workaround in ctypes.

https://github.com/libffi/libffi/issues/33
History
Date User Action Args
2020-08-16 15:06:56vinay.sajipsetrecipients: + vinay.sajip, ronaldoussoren, amaury.forgeotdarc, belopolsky, meador.inge, eryksun, David.Edelsohn, Michael.Felt, Ayappan, BTaskaya, sanket, T.Rex
2020-08-16 15:06:56vinay.sajipsetmessageid: <1597590416.53.0.522396285725.issue38628@roundup.psfhosted.org>
2020-08-16 15:06:56vinay.sajiplinkissue38628 messages
2020-08-16 15:06:56vinay.sajipcreate