]> granicus.if.org Git - python/commit
Merged revisions 77257 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 3 Jan 2010 00:29:15 +0000 (00:29 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 3 Jan 2010 00:29:15 +0000 (00:29 +0000)
commitcd54e546bb70e5e9abeb2b6d2ca9031507015f60
treed2a19fc4410792bf8f808341fba9af4c7fd54a9b
parent072090214484f13661e1a28ab7418a0a424449eb
Merged revisions 77257 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77257 | gregory.p.smith | 2010-01-02 16:19:04 -0800 (Sat, 02 Jan 2010) | 8 lines

  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