-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-135571: Guard _hashlib usage in test_hashlib.py #135572
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
gh-135571: Guard _hashlib usage in test_hashlib.py #135572
Conversation
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sorry I couldn't find the PR because I didn't assign it to me! |
Thanks @WillChilds-Klein for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Thanks @WillChilds-Klein for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Sorry, @WillChilds-Klein and @picnixz, I could not cleanly backport this to
|
Sorry, @WillChilds-Klein and @picnixz, I could not cleanly backport this to
|
urgh, I knew it. I'll take care of bps. |
…ythonGH-135572) (cherry picked from commit 065194c) Co-authored-by: Will Childs-Klein <willck93@gmail.com>
GH-136041 is a backport of this pull request to the 3.13 branch. |
…ythonGH-135572) (cherry picked from commit 065194c) Co-authored-by: Will Childs-Klein <willck93@gmail.com>
GH-136042 is a backport of this pull request to the 3.14 branch. |
Notes
See here.
Testing
See here.