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, meador.inge, ronaldoussoren, sanket
Date 2020-08-05.07:46:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596613586.61.0.892517778775.issue38628@roundup.psfhosted.org>
In-reply-to
Content
As I mentioned earlier the code in sgtdict.c seems dodgy, the libffi representation for an array in a dict should be the same regardless of the size of the dictionary.  

That said, I haven't studied the ctypes code yet and am not sure if my analysis is correct.

In the end we'll need some unit tests that demonstrate the issue as well as a patch that fixes it.
History
Date User Action Args
2020-08-05 07:46:26ronaldoussorensetrecipients: + ronaldoussoren, amaury.forgeotdarc, belopolsky, meador.inge, David.Edelsohn, Michael.Felt, Ayappan, BTaskaya, sanket, T.Rex
2020-08-05 07:46:26ronaldoussorensetmessageid: <1596613586.61.0.892517778775.issue38628@roundup.psfhosted.org>
2020-08-05 07:46:26ronaldoussorenlinkissue38628 messages
2020-08-05 07:46:26ronaldoussorencreate