Skip to content

[3.7] bpo-40515: Require OPENSSL_THREADS (GH-19953) (GH-20120) #20120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2020

Conversation

tiran
Copy link
Member

@tiran tiran commented May 15, 2020

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 [email protected].
(cherry picked from commit c087a26)

Co-authored-by: Christian Heimes [email protected]

https://bugs.python.org/issue40515

Automerge-Triggered-By: @tiran

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 <[email protected]>.
(cherry picked from commit c087a26)

Co-authored-by: Christian Heimes <[email protected]>
@tiran tiran requested a review from benjaminp May 15, 2020 19:47
@tiran tiran changed the title [3.7] bpo-40515: Require OPENSSL_THREADS (GH-19953) [3.7] bpo-40515: Require OPENSSL_THREADS (GH-19953) (GH-20120) May 15, 2020
@tiran tiran merged commit efc9065 into python:3.7 May 15, 2020
@tiran tiran deleted the backport-c087a26-3.7 branch May 15, 2020 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants