[issue36544] cannot import hashlib when openssl is missing

Xavier de Gaye report at bugs.python.org
Sat Apr 6 12:26:27 EDT 2019


Xavier de Gaye <xdegaye at gmail.com> added the comment:

Changeset 5ec33a1c25a586552751ca35c85ab7ecb6b06ec3 appends to the new detect_openssl_hashlib() method, the detection for the _sha256, _sha512, _md5, ... extension modules. These modules were detected unconditionnaly before this change and are not detected anymore now when openssl is not supported by the platform.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36544>
_______________________________________


More information about the Python-bugs-list mailing list