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 Patrick Stewart
Recipients Bob, Christoph Sarnowski, Patrick Stewart, doko, jpe, larry, mark.dickinson, mattip, meador.inge, python-dev, rkuska, steve.dower, vinay.sajip
Date 2016-08-03.14:40:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470235252.94.0.0382751976768.issue20160@psf.upfronthosting.co.za>
In-reply-to
Content
There's some confusion above about clang - that's completely irrelevant, the problem was using ctypes to call into libclang, not using clang to compile anything. The problem applies to any callback function that returns a struct larger than 8 bytes with any MSVC 64bit build of ctypes.
History
Date User Action Args
2016-08-03 14:40:53Patrick Stewartsetrecipients: + Patrick Stewart, jpe, doko, vinay.sajip, mark.dickinson, larry, meador.inge, python-dev, mattip, steve.dower, rkuska, Bob, Christoph Sarnowski
2016-08-03 14:40:52Patrick Stewartsetmessageid: <1470235252.94.0.0382751976768.issue20160@psf.upfronthosting.co.za>
2016-08-03 14:40:52Patrick Stewartlinkissue20160 messages
2016-08-03 14:40:52Patrick Stewartcreate