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 loewis
Recipients loewis, mgiuca
Date 2008-08-15.06:24:00
SpamBayes Score 1.2456103e-06
Marked as misclassified No
Message-id <48A520FE.9050405@v.loewis.de>
In-reply-to <1218767047.44.0.100394154568.issue3552@psf.upfronthosting.co.za>
Content
> So are you saying that if I had libopenssl (or whatever the name is)
> installed and linked with Python, it would bypass the use of _md5 and
> _sha1, and call the hash functions in libopenssl instead?

Correct. Those modules aren't even built then. See openssl_ver in setup.py.

> And all the buildbots _do_ have it linked?

Most of them, yes, to be able to test openssl. You would have to check
each one individually to really know.

> That would indicate that the bots _aren't_ testing the code in _md5 and
> _sha1 at all. Perhaps one should be made to?

Perhaps. However, the buildbots can't test all combinations, anyway.
People will report problems in other combinations quickly. Hopefully,
they don't panic when they encounter a bug that only shows up on their
system.
History
Date User Action Args
2008-08-15 06:24:02loewissetrecipients: + loewis, mgiuca
2008-08-15 06:24:01loewislinkissue3552 messages
2008-08-15 06:24:00loewiscreate