Skip to content

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

Merged
tiran merged 1 commit into
python:3.7from
tiran:backport-c087a26-3.7
May 15, 2020
Merged

[3.7] bpo-40515: Require OPENSSL_THREADS (GH-19953) (GH-20120)#20120
tiran merged 1 commit into
python:3.7from
tiran:backport-c087a26-3.7

Conversation

@tiran

@tiran tiran commented May 15, 2020

Copy link
Copy Markdown
Member

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

Co-authored-by: Christian Heimes christian@python.org

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 <christian@python.org>.
(cherry picked from commit c087a26)

Co-authored-by: Christian Heimes <christian@python.org>
@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