summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2020-05-06-13-51-19.bpo-40515.TUCvYB.rst
blob: af77a57fe7237bed7155981362cf649f00010b45 (plain)
1
2
3
The :mod:`ssl` and :mod:`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.