This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients barry, ronaldoussoren
Date 2009-09-16.20:25:17
SpamBayes Score 0.004288936
Marked as misclassified No
Message-id <1253132720.01.0.606356755452.issue6918@psf.upfronthosting.co.za>
In-reply-to
Content
Annoyingly PyObjC suffers from the same issue. I hadn't noticed this yet 
because I've been linked to the system copy of libffi the last couple of 
months.

Luckily Apple has already released the source code for libffi in 10.6 
(see http://www.opensource.apple.com/source/libffi/libffi-15/, or 
http://www.opensource.apple.com/tarballs/libffi/libffi-15.tar.gz). 

Next steps:
* Check diffs between this release and the one in ctypes
* Update ctypes libffi_osx based on those differences
* Test the result on 10.5 and 10.6
History
Date User Action Args
2009-09-16 20:25:20ronaldoussorensetrecipients: + ronaldoussoren, barry
2009-09-16 20:25:20ronaldoussorensetmessageid: <1253132720.01.0.606356755452.issue6918@psf.upfronthosting.co.za>
2009-09-16 20:25:18ronaldoussorenlinkissue6918 messages
2009-09-16 20:25:17ronaldoussorencreate