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

Brett Cannon report at bugs.python.org
Sun Aug 22 23:56:11 CEST 2010


Brett Cannon <brett at python.org> added the comment:

It might as well be. OS X ships with it and is working towards making it their default compiler over gcc. Unladen also relies on it.

This compiler issue is a fairly new one (I would guess past week or so), so making sure LLVM can compile Python shouldn't be a big deal. I would have added the proper function declarations myself to fix this but I wanted to let Thomas put them where he wanted them to go.

----------

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


More information about the Python-bugs-list mailing list