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 vstinner
Recipients vstinner
Date 2010-04-25.22:59:05
SpamBayes Score 5.9142624e-09
Marked as misclassified No
Message-id <1272236347.28.0.712326434592.issue8531@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.x doesn't have this issue because it uses libffi 3.0.9 and this version was fixed for ARMv7. Python 3.1 uses libffi 3.0.5.

The buildbot should install libffi 3.0.9 and set system libffi path to Python configure script.

... or fix test_ascii_formatd: skip the test if _ctypes module is missing.

See #8142 (libffi update to 3.0.9).
History
Date User Action Args
2010-04-25 22:59:07vstinnersetrecipients: + vstinner
2010-04-25 22:59:07vstinnersetmessageid: <1272236347.28.0.712326434592.issue8531@psf.upfronthosting.co.za>
2010-04-25 22:59:05vstinnerlinkissue8531 messages
2010-04-25 22:59:05vstinnercreate