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 christian.heimes, vstinner
Date 2013-11-24.17:52:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385315554.11.0.395832571469.issue19751@psf.upfronthosting.co.za>
In-reply-to
Content
Extract of configure output on SPARC buildbot:
> checking aligned memory access is required... no

Here is a patch for test_sys.

Checking the processor type is not reliable, the test should not be so strict.
History
Date User Action Args
2013-11-24 17:52:34vstinnersetrecipients: + vstinner, christian.heimes
2013-11-24 17:52:34vstinnersetmessageid: <1385315554.11.0.395832571469.issue19751@psf.upfronthosting.co.za>
2013-11-24 17:52:34vstinnerlinkissue19751 messages
2013-11-24 17:52:34vstinnercreate