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, vstinner
Date 2019-06-12.17:57:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560362246.29.0.847262697979.issue37140@roundup.psfhosted.org>
In-reply-to
Content
I did some reading about parameter passing and it's still not clear to me whether https://bugs.python.org/issue37140 is a bug in CPython or whether the clang bindings were relying on incorrect parameter passing behavior to work.

The change in https://github.com/python/cpython/pull/13796 restores the previous behavior where Windows and non-Windows builds pass structs differently.
History
Date User Action Args
2019-06-12 17:57:26Paul Monsonsetrecipients: + Paul Monson, vstinner, petr.viktorin, steve.dower, serge-sans-paille
2019-06-12 17:57:26Paul Monsonsetmessageid: <1560362246.29.0.847262697979.issue37140@roundup.psfhosted.org>
2019-06-12 17:57:26Paul Monsonlinkissue37140 messages
2019-06-12 17:57:26Paul Monsoncreate