[pypy-issue] [issue1709] check _cffi_backend on Windows

Armin Rigo tracker at bugs.pypy.org
Mon Mar 17 22:16:24 CET 2014


New submission from Armin Rigo <armin.rigo at gmail.com>:

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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1709>
________________________________________


More information about the pypy-issue mailing list