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 lemburg
Recipients Arfrever, Danya.Alexeyevsky, benjamin.peterson, berker.peksag, davin, koobs, larry, lemburg, pitrou
Date 2015-05-08.11:16:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431083795.62.0.423009685032.issue23042@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch which I have tested on Linux, FreeBSD and Mac OS X.

It solves the problem with compiling in Windows calls on non-Windows platforms and resynchronizes the ffi_raw_call() function with the ffi_call() implementation. Both functions had the same issue and the only difference between the two is the use of ffi_prep_args_raw instead of ffi_prep_args.

As with davin's patch, this would need to be tested on Windows.
History
Date User Action Args
2015-05-08 11:16:35lemburgsetrecipients: + lemburg, pitrou, larry, benjamin.peterson, Arfrever, Danya.Alexeyevsky, berker.peksag, koobs, davin
2015-05-08 11:16:35lemburgsetmessageid: <1431083795.62.0.423009685032.issue23042@psf.upfronthosting.co.za>
2015-05-08 11:16:35lemburglinkissue23042 messages
2015-05-08 11:16:35lemburgcreate