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 eryksun
Recipients PlatonAdCo, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-10-03.13:25:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475501106.49.0.146079884063.issue28259@psf.upfronthosting.co.za>
In-reply-to
Content
Since this is 32-bit, are you using CDLL (cdecl) or WinDLL (stdcall)? Either way, I made a simple test for the given function prototype, and it worked fine in 32-bit 3.5.2 on Windows 10 for both calling conventions. You'll have to provide a minimal example that reproduces the problem.
History
Date User Action Args
2016-10-03 13:25:06eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, PlatonAdCo
2016-10-03 13:25:06eryksunsetmessageid: <1475501106.49.0.146079884063.issue28259@psf.upfronthosting.co.za>
2016-10-03 13:25:06eryksunlinkissue28259 messages
2016-10-03 13:25:06eryksuncreate