Zachary Ware added the comment:

Would you be interested in submitting a patch?  The whole ctypes package and 
the bundled libffi in particular are fairly unloved.

As a workaround, if you have libffi installed on your system, you can use the 
'--with-system-ffi' flag to Python's configure script to direct the ctypes 
build to use the installed libffi.

Also note that unless you specifically need ctypes (or are building for someone 
who might), it may not be the end of the world for ctypes to not be available; 
the overall build should not fail just due to a ctypes build failure.

----------
nosy: +amaury.forgeotdarc, belopolsky, meador.inge, zach.ware

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27133>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to