Skip to content

bpo-40515: Require OPENSSL_THREADS#19953

Merged
miss-islington merged 1 commit into
python:masterfrom
tiran:bpo40515
May 15, 2020
Merged

bpo-40515: Require OPENSSL_THREADS#19953
miss-islington merged 1 commit into
python:masterfrom
tiran:bpo40515

Conversation

@tiran

@tiran tiran commented May 6, 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

https://bugs.python.org/issue40515

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>
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8.
🐍🍒⛏🤖

@miss-islington

Copy link
Copy Markdown
Contributor

Sorry, @tiran, I could not cleanly backport this to 3.8 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker c087a268a4d4ead8ef2ca21e325423818729da89 3.8

@miss-islington miss-islington self-assigned this May 15, 2020
@miss-islington

Copy link
Copy Markdown
Contributor

Sorry @tiran, I had trouble checking out the 3.7 backport branch.
Please backport using cherry_picker on command line.
cherry_picker c087a268a4d4ead8ef2ca21e325423818729da89 3.7

@bedevere-bot

Copy link
Copy Markdown

GH-20119 is a backport of this pull request to the 3.8 branch.

tiran added a commit to tiran/cpython that referenced this pull request 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 <christian@python.org>.
(cherry picked from commit c087a26)

Co-authored-by: Christian Heimes <christian@python.org>
@bedevere-bot

Copy link
Copy Markdown

GH-20120 is a backport of this pull request to the 3.7 branch.

tiran added a commit to tiran/cpython that referenced this pull request 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 <christian@python.org>.
(cherry picked from commit c087a26)

Co-authored-by: Christian Heimes <christian@python.org>
arturoescaip pushed a commit to arturoescaip/cpython that referenced this pull request May 24, 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 <christian@python.org>
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.

5 participants