]> granicus.if.org Git - python/commit
Import all implementations of the hash algorithms (OpenSSL & builtin) and run
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 3 Jan 2010 00:19:04 +0000 (00:19 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 3 Jan 2010 00:19:04 +0000 (00:19 +0000)
commit6dcdcde2a889ce6937c9c42552c665067fe0dde2
tree8f84fb5c30cfcf93d1f427cdffb0c3d30ea9fbcf
parent92c58ae384845eaa01cb093e2d52d699900a6dda
Import all implementations of the hash algorithms (OpenSSL & builtin) and run
the test suite across all that are available.  Warns about extension modules
that could not be imported when python was compiled with Py_DEBUG.

That warning could be made fatal but I didn't want to do that initially as
I suspect non setup.py based build processes (windows, any others?) won't
compile them all conditionally based on the Py_DEBUG setting today.
Lib/test/test_hashlib.py