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

Ned Deily report at bugs.python.org
Sun Sep 5 09:48:01 CEST 2010


Ned Deily <nad at acm.org> added the comment:

It's not just LLVM.  Building a standard OS X installer on OS X 10.5 (gcc-4.0, 10.4u SDK, i386/ppc, deployment target=10.3) or 10.6 (gcc-4.2, 10.6 SDK, i386/x86_64, dept target 10.6), _ctypes fails:

*** WARNING: renaming "_ctypes" since importing it failed: dlopen(build/lib.macosx-10.3-fat-3.2/_ctypes.so, 2): Symbol not found: _ffi_closure_alloc

That is definitely a regression.

----------

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


More information about the Python-bugs-list mailing list