Skip to content
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

[3.9] bpo-40637: Do not emit warnings for disabled builtin hashes (GH… #20951

Merged
merged 1 commit into from Jun 17, 2020

Conversation

Copy link
Contributor

@stratakis stratakis commented Jun 17, 2020

…-20937)

test_hashlib emits some warnings when it cannot find some hashes
as it assumes they failed to compile. Since we can disable hashes
through configure, we emit the warnings only in the case that we
did not intentionaly disable them.

Automerge-Triggered-By: @tiran
(cherry picked from commit 236a0f5)

Co-authored-by: stratakis cstratak@redhat.com

https://bugs.python.org/issue40637

Automerge-Triggered-By: @tiran

…thonGH-20937)

test_hashlib emits some warnings when it cannot find some hashes
as it assumes they failed to compile. Since we can disable hashes
through configure, we emit the warnings only in the case that we
did not intentionaly disable them.

Automerge-Triggered-By: @tiran
(cherry picked from commit 236a0f5)

Co-authored-by: stratakis <cstratak@redhat.com>
@tiran tiran added the 🤖 automerge label Jun 17, 2020
@miss-islington miss-islington merged commit 9a58f03 into python:3.9 Jun 17, 2020
9 checks passed
@stratakis stratakis deleted the backport-236a0f5-3.9 branch Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA signed 🤖 automerge skip news tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants