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 vinay.sajip
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.18:33:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470249198.53.0.110377664895.issue20160@psf.upfronthosting.co.za>
In-reply-to
Content
I've uploaded a new patch which adds a test. I've confirmed that *without* the patch to Modules/_ctypes/libffi_msvc/ffi.c, the test passes on win32 and fails on amd64. *With* the patch to Modules/_ctypes/libffi_msvc/ffi.c, the test passes on both win32 and amd64.

I'll apply this patch if I don't hear any objections or suggested improvements before Friday 2016-08-05.
History
Date User Action Args
2016-08-03 18:33:18vinay.sajipsetrecipients: + vinay.sajip, jpe, doko, mark.dickinson, larry, meador.inge, python-dev, mattip, steve.dower, rkuska, Bob, Christoph Sarnowski, Patrick Stewart
2016-08-03 18:33:18vinay.sajipsetmessageid: <1470249198.53.0.110377664895.issue20160@psf.upfronthosting.co.za>
2016-08-03 18:33:18vinay.sajiplinkissue20160 messages
2016-08-03 18:33:18vinay.sajipcreate