[issue3552] uuid - exception on uuid3/uuid5

Matt Giuca report at bugs.python.org
Fri Aug 15 04:24:07 CEST 2008


Matt Giuca <matt.giuca at gmail.com> added the comment:

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? And all the
buildbots _do_ have it linked?

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

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3552>
_______________________________________


More information about the Python-bugs-list mailing list