New submission from Armin Rigo <[email protected]>:

Check _cffi_backend on Windows, and update translator/c/src/libffi_msvc from
hg/cffi.  Notably, I think the ABI auto-detection is not working with the JIT: a
call to either a stdcall ABI function (or maybe it is a cdecl ABI function)
would work fine only in interpreter mode and crash when JITted.  There is an XXX
about that in module/_cffi_backend/ctypefunc.py but the problem is not there.

----------
messages: 6604
nosy: arigo, pypy-issue
priority: bug
status: unread
title: check _cffi_backend on Windows

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1709>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to