[issue4303] [2.5 regression] ctypes fails to build on arm-linux-gnu

Thomas Heller report at bugs.python.org
Wed Dec 10 10:20:30 CET 2008


Thomas Heller <theller at ctypes.org> added the comment:

Is this really a regression?  I do not think so; the libffi library
included with the Python 2.5 ctypes does not support closures on the
arm. See file Modules/_ctypes/libffi/src/arm/ffitarget.h, it contains
'#define FFI_CLOSURES 0'.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4303>
_______________________________________


More information about the Python-bugs-list mailing list