]> granicus.if.org Git - python/commit
Also fixes test_hashlib for the different extension module names in py3k.
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 3 Jan 2010 00:38:10 +0000 (00:38 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 3 Jan 2010 00:38:10 +0000 (00:38 +0000)
commitb04ded4927c411908ae45154b194ac08cf819a42
tree8fb2dde448f9b6aad8bf163ea424fd1f24d67325
parentcd54e546bb70e5e9abeb2b6d2ca9031507015f60
Also fixes test_hashlib for the different extension module names in py3k.

Merged revisions 77251 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77251 | gregory.p.smith | 2010-01-02 14:25:29 -0800 (Sat, 02 Jan 2010) | 6 lines

  Always compile the all versions of the hashlib algorithm modules when Python
  was compiled with Py_DEBUG defined.  Otherwise the builtins are not compiled by
  default for many developers due to OpenSSL being present, making it easier for
  bugs to slip by.  A future commit will add test code compare the behaviors of
  all implementations when they are all available.
........
Lib/test/test_hashlib.py
setup.py