SIGN IN SIGN UP

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>
C
Christian Heimes committed
c087a268a4d4ead8ef2ca21e325423818729da89
Parent: 62d618c
Committed by GitHub <noreply@github.com> on 5/15/2020, 6:55:25 PM