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 mark.dickinson
Recipients mark.dickinson, ned.deily, nirinA, rhettinger, steven.daprano, stutzbach, terry.reedy, tim.peters
Date 2009-10-17.06:59:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1255762798.63.0.546476174575.issue3366@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm.  It looks as though the gamma computation itself is fine;  it's the 
accuracy check that's going wrong.

I'm suspecting an endianness issue and/or a struct module bug.

Ned, do you still get these failures with a direct single-architecture 
build on PPC?  Or just for the universal build?
History
Date User Action Args
2009-10-17 06:59:58mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, terry.reedy, ned.deily, stutzbach, nirinA, steven.daprano
2009-10-17 06:59:58mark.dickinsonsetmessageid: <1255762798.63.0.546476174575.issue3366@psf.upfronthosting.co.za>
2009-10-17 06:59:56mark.dickinsonlinkissue3366 messages
2009-10-17 06:59:56mark.dickinsoncreate