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 gregory.p.smith
Recipients amaury.forgeotdarc, gregory.p.smith, vstinner, wah meng
Date 2011-09-01.19:40:46
SpamBayes Score 3.0701685e-05
Marked as misclassified No
Message-id <1314906047.4.0.320440624023.issue12876@psf.upfronthosting.co.za>
In-reply-to
Content
The fact that it called __get_builtin_constructor implies that the ssl backed _hashlib module was not available.  It looks like the non-openssl standalone _sha256 module (and likely the _sha512 module) both failed to be compiled.

I would not expect that to ever happen when using gcc regardless of the OS and crazy architecture.
History
Date User Action Args
2011-09-01 19:40:47gregory.p.smithsetrecipients: + gregory.p.smith, amaury.forgeotdarc, vstinner, wah meng
2011-09-01 19:40:47gregory.p.smithsetmessageid: <1314906047.4.0.320440624023.issue12876@psf.upfronthosting.co.za>
2011-09-01 19:40:46gregory.p.smithlinkissue12876 messages
2011-09-01 19:40:46gregory.p.smithcreate