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 ronaldoussoren
Recipients Ayappan, BTaskaya, David.Edelsohn, Michael.Felt, T.Rex, amaury.forgeotdarc, belopolsky, eryksun, meador.inge, ronaldoussoren, sanket, vinay.sajip
Date 2020-08-16.12:42:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597581721.09.0.641441082544.issue38628@roundup.psfhosted.org>
In-reply-to
Content
As mentioned before I haven't studied the ctypes code base, but I am a bit worried about the use of MAX_STRUCT_SIZE, an array definition in a structure is always part of the struct itself and is never a pointer.

I agree with Vinay that there needs to be a unittest that demonstrates the problem.
History
Date User Action Args
2020-08-16 12:42:01ronaldoussorensetrecipients: + ronaldoussoren, vinay.sajip, amaury.forgeotdarc, belopolsky, meador.inge, eryksun, David.Edelsohn, Michael.Felt, Ayappan, BTaskaya, sanket, T.Rex
2020-08-16 12:42:01ronaldoussorensetmessageid: <1597581721.09.0.641441082544.issue38628@roundup.psfhosted.org>
2020-08-16 12:42:01ronaldoussorenlinkissue38628 messages
2020-08-16 12:42:00ronaldoussorencreate