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 ronaldoussoren
Date 2011-11-08.14:11:14
SpamBayes Score 0.00029417378
Marked as misclassified No
Message-id <1320761474.93.0.268896325495.issue13370@psf.upfronthosting.co.za>
In-reply-to
Content
test_ctypes fails when building and testing on OSX 10.7 (Lion).

This is likely caused by changes in the compiler w.r.t. the calling convention.  I've worked around this problem in PyObjC, and will try to port that workaround to ctypes.

BTW. Using --with-system-ffi does not fix the issue for me
History
Date User Action Args
2011-11-08 14:11:15ronaldoussorensetrecipients: + ronaldoussoren
2011-11-08 14:11:14ronaldoussorensetmessageid: <1320761474.93.0.268896325495.issue13370@psf.upfronthosting.co.za>
2011-11-08 14:11:14ronaldoussorenlinkissue13370 messages
2011-11-08 14:11:14ronaldoussorencreate