10000 gh-99108: Release the GIL around hashlib built-in computation by gpshead · Pull Request #104675 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-99108: Release the GIL around hashlib built-in computation #104675

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 7 commits into from
May 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reword NEWS.
  • Loading branch information
gpshead authored May 20, 2023
commit 4cf2a19594e54fa669da03891581c39af06ceca6
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
We now release the GIL around built-in HACL\* :mod:`hashlib` hash updates of
reasonable size, matching what the OpenSSL backed hash updates already do.
We now release the GIL around built-in :mod:`hashlib` computations of
reasonable size for the SHA families and MD5 hash functions, matching
what our OpenSSL backed hash computations already does.
0