]> granicus.if.org Git - python/commit
Always compile the all versions of the hashlib algorithm modules when Python
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 2 Jan 2010 22:25:29 +0000 (22:25 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 2 Jan 2010 22:25:29 +0000 (22:25 +0000)
commitc2fa18ca20e9ad1b8931eec61ece2a93e24766db
tree2c4966b98a65f0264d239f07967a40cf7e69b904
parentb538d546da7a306300377bc3f38f659f0f7df832
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.
setup.py