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 Paul Monson
Recipients Paul Monson, petr.viktorin, serge-sans-paille, steve.dower
Date 2019-06-03.23:42:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559605342.18.0.856674823246.issue37140@roundup.psfhosted.org>
In-reply-to
Content
If I undo the changes to StructUnionType_paramfunc then test_pass_by_value (ctypes.test.test_structures.StructureTestCase) fails on x64 on Windows.  Looking at the code I don't think this is specific to Windows.

This is a test for fixing this issue: https://bugs.python.org/issue29565
History
Date User Action Args
2019-06-03 23:42:22Paul Monsonsetrecipients: + Paul Monson, petr.viktorin, steve.dower, serge-sans-paille
2019-06-03 23:42:22Paul Monsonsetmessageid: <1559605342.18.0.856674823246.issue37140@roundup.psfhosted.org>
2019-06-03 23:42:22Paul Monsonlinkissue37140 messages
2019-06-03 23:42:22Paul Monsoncreate