This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients vstinner, xdegaye
Date 2019-04-06.16:26:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554567987.82.0.186519783757.issue36544@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-04-06 16:26:27xdegayesetrecipients: + xdegaye, vstinner
2019-04-06 16:26:27xdegayesetmessageid: <1554567987.82.0.186519783757.issue36544@roundup.psfhosted.org>
2019-04-06 16:26:27xdegayelinkissue36544 messages
2019-04-06 16:26:27xdegayecreate