commit | c2fa18ca20e9ad1b8931eec61ece2a93e24766db | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sat Jan 02 22:25:29 2010 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sat Jan 02 22:25:29 2010 +0000 |
tree | 2c4966b98a65f0264d239f07967a40cf7e69b904 | |
parent | b538d546da7a306300377bc3f38f659f0f7df832 [diff] |
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.