[issue14693] hashlib fallback modules should be built even if openssl *is* available at build time

Gregory P. Smith report at bugs.python.org
Mon Apr 30 20:46:07 CEST 2012


Gregory P. Smith <greg at krypto.org> added the comment:

regarding the attached patch, rather than changing the test at all, I'd leave it as is.  The test as is will do what we want on the buildbots (warning us if they failed to compile when in debug mode).  I am not concerned about it testing if they compiled in opt mode or not.  I also do not think it is worth making them always compile on other platforms that do not use setup.py.

In short:  if we do anything, just make the setup.py change to get rid of the conditional compilation.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14693>
_______________________________________


More information about the Python-bugs-list mailing list