[issue9662] ctypes not building under OS X because of ffi_closure_free not being defined early enough

Ronald Oussoren report at bugs.python.org
Sun Sep 5 15:50:57 CEST 2010


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

I'm looking into this issue.

One problem is that the version of libffi used on OSX is no longer in sync with the version that is used on other platforms. The version that is used on OSX does not have some of the symbols expected by ctypes, such as 'ffi_prep_closure_loc'.

----------

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


More information about the Python-bugs-list mailing list