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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, gregory.p.smith, vstinner, wah meng
Date 2011-09-02.07:29:05
SpamBayes Score 0.00011629587
Marked as misclassified No
Message-id <1314948546.61.0.926398182944.issue12876@psf.upfronthosting.co.za>
In-reply-to
Content
The setup.py script does not look correct when openssl is not installed:
the _sha256 and _sha512 modules are compiled under this condition::
    if COMPILED_WITH_PYDEBUG or openssl_ver < min_sha2_openssl_ver:

By comparison, the _md5 module adds the condition: "or not have_usable_openssl"
History
Date User Action Args
2011-09-02 07:29:06amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, gregory.p.smith, vstinner, wah meng
2011-09-02 07:29:06amaury.forgeotdarcsetmessageid: <1314948546.61.0.926398182944.issue12876@psf.upfronthosting.co.za>
2011-09-02 07:29:06amaury.forgeotdarclinkissue12876 messages
2011-09-02 07:29:05amaury.forgeotdarccreate