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-03-21.11:55:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426938908.43.0.473787731787.issue23042@psf.upfronthosting.co.za>
In-reply-to
Content
@koobs: I was just looking at the 3.2.1 code where it still looks like ffi_call_win32() gets called even on non-Win32 platforms.

That said, it's possible that ffi_call_win32() is indeed defined on other platforms than Win32 as well in 3.2.1 - after all, it just implements a particular calling method. I haven't checked that or actually tried compiling _ctypes with 3.2.1.

Perhaps we could try switch to 3.2.1 and then check the buildbots for possible issues ?!
History
Date User Action Args
2015-03-21 11:55:08lemburgsetrecipients: + lemburg, pitrou, larry, benjamin.peterson, Arfrever, Danya.Alexeyevsky, berker.peksag, koobs, davin
2015-03-21 11:55:08lemburgsetmessageid: <1426938908.43.0.473787731787.issue23042@psf.upfronthosting.co.za>
2015-03-21 11:55:08lemburglinkissue23042 messages
2015-03-21 11:55:08lemburgcreate