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 jeremy.kloth
Recipients brian.curtin, jeremy.kloth, jkloth, loewis, pitrou, skrah, zach.ware
Date 2012-06-25.15:23:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGvrs3LsZdp4OVMM7MD9YDc1qR1rsL3dKT9kL0+ES7FNXfPPMg@mail.gmail.com>
In-reply-to <1340636785.67.0.883770352767.issue15172@psf.upfronthosting.co.za>
Content
I've narrowed this down to a CPU capabilities issue with OpenSSL.
What CPU are you using?  I have a Q9450 (Core2 Quad)

If I set OPENSSL_ia32cap to 0 the self tests work.  I'm now off to
debug OpenSSL CPUID support... :(
History
Date User Action Args
2012-06-25 15:23:49jeremy.klothsetrecipients: + jeremy.kloth, loewis, pitrou, jkloth, brian.curtin, skrah, zach.ware
2012-06-25 15:23:48jeremy.klothlinkissue15172 messages
2012-06-25 15:23:48jeremy.klothcreate