[issue8142] libffi update to 3.0.9

Matthias Klose report at bugs.python.org
Fri Mar 19 16:04:06 CET 2010


Matthias Klose <doko at debian.org> added the comment:

On 18.03.2010 16:44, Thomas Heller wrote:
> 
> Thomas Heller<theller at ctypes.org>  added the comment:
> 
>> the ports which are maintained separately still need an update:
>>
>> libffi_msvc
>>    libffi trunk now has a port to x86/msvc. might require some
>>    extra updates from libffi.
> 
> I'll take care of this one.
> Would it be a good idea to upgrade to libffi trunk
> in Modules/_ctypes/libffi, and get rid of the libffi_msvc
> fork completely (by applying an additional small patch)?

I'm attaching the patch for an update from the trunk; it passes the ctypes tests and the libffi testsuite on i486-linux-gnu.

We should revert the following chunk for configure.ac to generate the Makefile's again, so that we are able to run the testsuite at least with dejagnu:

-AC_CONFIG_FILES(include/Makefile include/ffi.h Makefile testsuite/Makefile man/Makefile libffi.pc)
+AC_CONFIG_FILES(include/ffi.h)

----------
keywords: +patch
Added file: http://bugs.python.org/file16588/libffi-update2.diff

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


More information about the Python-bugs-list mailing list