Message 104181 - Python tracker (original) (raw)

Message104181

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:07 vstinner set recipients: + vstinner
2010-04-25 22:59:07 vstinner set messageid: 1272236347.28.0.712326434592.issue8531@psf.upfronthosting.co.za
2010-04-25 22:59:05 vstinner link issue8531 messages
2010-04-25 22:59:05 vstinner create