commit | c087a268a4d4ead8ef2ca21e325423818729da89 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Fri May 15 20:55:25 2020 +0200 |
committer | GitHub <noreply@github.com> | Fri May 15 11:55:25 2020 -0700 |
tree | a1cd42a9530e9d7ac9174a2882adc9e1ead6a8e9 | |
parent | 62d618c06bd395308b7163dbcb26c7e6d0922033 [diff] |
bpo-40515: Require OPENSSL_THREADS (GH-19953) The ``ssl`` and ``hashlib`` modules now actively check that OpenSSL is build with thread support. Python 3.7.0 made thread support mandatory and no longer works safely with a no-thread builds. Signed-off-by: Christian Heimes <christian@python.org>