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 steve.dower
Recipients David Heffernan, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-11-22.23:49:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574466598.98.0.875963974506.issue38748@roundup.psfhosted.org>
In-reply-to
Content
I would guess this is due to the updated libffi, and probably it's a case that is not sufficiently tested.

Adding tests is the first step. It'll probably have to enumerate many parameter types (in case there's something weird here like misaligning the double after the int and not clearing it up, as opposed to a constant 4-byte offset).

Hopefully then the issue is on our side and not part of libffi, but it could be anywhere.
History
Date User Action Args
2019-11-22 23:49:59steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, David Heffernan
2019-11-22 23:49:58steve.dowersetmessageid: <1574466598.98.0.875963974506.issue38748@roundup.psfhosted.org>
2019-11-22 23:49:58steve.dowerlinkissue38748 messages
2019-11-22 23:49:58steve.dowercreate